Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduling strategy #7

Open
creepone opened this issue Sep 13, 2013 · 0 comments
Open

Scheduling strategy #7

creepone opened this issue Sep 13, 2013 · 0 comments
Assignees

Comments

@creepone
Copy link
Collaborator

For the parts of the workflow that are supposed to run in the background, we need some way to schedule them. Heroku uses a notion of background dynos for this, which are simple to use but paid (and relatively expensive, at least for this phase). We could use their syntax or any other way, e.g. having some cron jobs starting node with a worker script. I would rather do the scheduling at OS level than trying to mess with setTimeout-s in Javascript. The workers only have to be careful about not stepping on each other's toes, e.g. when processing emails, sending notifications etc.

@ghost ghost assigned mmmaly Sep 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants