-
I want to dynamically (from an API) be able to schedule new cron jobs. I am able to create new cron jobs like this (FastAPI):
But now how can I stop and remove the job ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, unfortunately due to a way Repid schedules messages, and the fact that currently there is a unified ABC for all message brokers, there is no native way to delete/stop a job.
I wanted to look into it in #108 but I hadn't had the time and as far as lib development goes I'm mostly focusing on AsyncAPI integration. |
Beta Was this translation helpful? Give feedback.
Hi, unfortunately due to a way Repid schedules messages, and the fact that currently there is a unified ABC for all message brokers, there is no native way to delete/stop a job.
You can make it work by either
I wanted to look into it in #108 but I hadn't had the time and as far as lib development goes I'm mostly focusing on AsyncAPI integration.