-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trigger from another task #342
Comments
Can i see a snippet of your code ? |
Yes, currently plombery cannot dynamically edit/add/remove triggers by running jobs. the only way is to trigger by http api. but now the author did not post any http api documents. I am also eager to this feature. |
Its fastapi it has docs inside of it by default no? Anyways, cant we do:
I used schedule_task inside a task for another task and it worked. |
Hi, I am wondering if it is possible to trigger another plombery task (job2) from another plombery task(job1)?
I have a task that is running some code(job1), and sometimes it needs to renew the auth token(job2).
If it needs to renew, I tried to hit the api endpoint of job2, but it seems that jobs are blocking each other and plombery freezes.
Maybe someone can help me to get my head around it?
The text was updated successfully, but these errors were encountered: