Monday, 17 September 2018

Advice - Schedule jobs per user

I am working on a new project and have very little idea how to handle one specific problem. I have a Node app with a user login system. Each user can have one to many widgets defined on their profile in my solution. Each widget will require a separated dedicated job. This job triggers a Slack RTM which basically needs to run all the time for each widget. Any suggestions/tips on how to properly design a solution for this with one to many users? With more than a few dozen users, this will be a nightmare to manage manually and I want to provide real time status if each job is active/inactive to the user.

Submitted September 18, 2018 at 03:26AM by fender21

No comments:

Post a Comment