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

Define an execution model #15

Open
mehcode opened this issue Mar 22, 2017 · 1 comment
Open

Define an execution model #15

mehcode opened this issue Mar 22, 2017 · 1 comment
Labels

Comments

@mehcode
Copy link
Owner

mehcode commented Mar 22, 2017

Currently jobs are run manually (with a helper method to run all currently pending jobs). We should define an execution model.

  1. Does it make sense to have more than one execution model (sync vs async)?

  2. How does the API look?

my_agenda.start()
  1. How does the agenda, itself, execute (in a thread or coordinated with an event loop)?

  2. How does each job execute (threadpool) ?

@Boscop
Copy link

Boscop commented Oct 23, 2017

Are Jobs re-entrant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants