Scheduled task running like cron job? #5175
Replies: 15 comments 5 replies
|
+1 |
|
+1 |
|
+1 |
|
For now I think one solid alternative would be to create a cron job on your computer and call the relevant Dify web API. |
|
+1 |
|
+1 |
|
+1 |
|
+1 |
|
+1 |
|
I had a quick search and found that #19409 might be the most relevant issue to this discussion. |
|
Our team is designing a trigger feature, which might include the scheduled task. |
|
Hello again, I'm yt-koike. I am also planning to make a PR to publish it to marketplace. langgenius/dify-plugins#550 |
|
Hello, people. I struggled to figure out how to make it work on cloud Dify and finally made it by integrating an API client for https://cron-job.org. I technically offloaded the calling function so cloud Dify doesn't need to keep calling itself. I kept the old code mostly untouched so it works on self-hosted servers as before. I've already released the .difypkg on my repo and made a PR to the dify-plugins repo too. Please try it if you want to! Thank you :) |


Uh oh!
There was an error while loading. Please reload this page.
Can we (or do we) have a time triggered mechanism like cron job? So we can schedule some of our task to run periodically at certain time?
Thanks
All reactions