Take the 2-minute tour ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I have two apps that need to run scheduled tasks. One will charge users on a monthly basis with forte, the other will push to an api possibly multiple times a day. Each app will do so for multiple users.

I am currently figuring out the best way to approach this with a solution that can scale. My first thought would be to create a worker for each user to run node-cron or something similar.

I am looking for guidance from developers who have run into this kind of thing.

Thanks for the help!

share|improve this question
    
Sharing your research helps everyone. Tell us what you've tried and why it didn’t meet your needs. This demonstrates that you’ve taken the time to try to help yourself, it saves us from reiterating obvious answers, and most of all it helps you get a more specific and relevant answer. Also see How to Ask –  gnat Jun 27 at 21:33
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.