abd
1
Hello all,
I want to use fly.io for a node web server that I have. This webserver has routine offline jobs that it must run.
I currently use heroku for this web server.
- I use a cron extension on heroku to handle the trigger for these routine jobs.
- I use bull as a queue manager for internal operation of the jobs
- I use redis for bull to manage its queue
Is there a way to get this kind of setup working with fly? Is there support for redis / cron workflows?
I don’t know about the Redis part but Fly supports cron tasks so I can’t imagine why you wouldn’t be able to do the same as you can do on Heroku.
Yes this works, you can self host redis or use upstash
abd
5
turns out that fly has built-in support for redis with upstash so its really easy to make a redis server work.
system
Closed
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.