How to handle background jobs? #1993
Answered
by
waptik
adamzerner
asked this question in
Q&A
-
What options are available and recommended for having background jobs in a Fresh app? I'm looking for something similar to Ruby on Rails' Active Job. In my particular use case, I want to hit the Hacker News API every five minutes, process the data, and save stuff to my database. |
Beta Was this translation helpful? Give feedback.
Answered by
waptik
Dec 4, 2023
Replies: 2 comments
-
There's also the first class support for cron. Though it's still unstable and lacks some features but it's enough for basic cron jobs |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adamzerner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's also the first class support for cron. Though it's still unstable and lacks some features but it's enough for basic cron jobs