We use siderite together with the hsdp-func-gateway to run tasks periodically using a cron schedule.
For automated end-to-end testing, it would be great if we can trigger a task on request via a POST to the gateway api, that bypasses the cron schedule.
This would require a way to identify the tasks automatically, e.g., by name?
We use siderite together with the
hsdp-func-gateway
to run tasks periodically using acron
schedule.For automated end-to-end testing, it would be great if we can trigger a task on request via a POST to the gateway api, that bypasses the
cron
schedule.This would require a way to identify the tasks automatically, e.g., by name?