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

Async job handler #115

Merged
merged 2 commits into from
Apr 17, 2020
Merged

Async job handler #115

merged 2 commits into from
Apr 17, 2020

Conversation

ChrisKujawa
Copy link
Collaborator

Preparation: Improve integration tests:

  • update tests to 0.23.0
  • add test fixture attribute to tests
  • replace demoprocess with a simpler process

Async job handler

Support asynchronous job handlers, which means we can now complete in the job handler and await the result asynchronously.
Add integration tests for job workers

closes #61

 * update tests to 0.23.0
 * add test fixture attribute to tests
 * replace demoprocess with a simpler process
 Support asynchronous job handlers, which means we can now complete in the job handler and await the result asynchronously.
 Add integration tests for job workers
@ChrisKujawa ChrisKujawa merged commit 41808a9 into master Apr 17, 2020
@ChrisKujawa ChrisKujawa deleted the 61-async-job-handler branch April 17, 2020 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support async JobHandlers
1 participant