Skip to content

feat: add asynchronous jobs service with queue and worker#59

Open
vsaravind01 wants to merge 1 commit intomainfrom
split/pr2-jobs-service
Open

feat: add asynchronous jobs service with queue and worker#59
vsaravind01 wants to merge 1 commit intomainfrom
split/pr2-jobs-service

Conversation

@vsaravind01
Copy link
Copy Markdown
Collaborator

Description

Fix #(issue)

Added an asynchronous jobs service for DeepChem Server with queueing, storing job metadata and worker execution support. This PR introduces job models/status tracking, queue management, worker runtime utilities and updated runtime dependencies needed for Redis/RQ + SQLAlchemy backed job orchestration.

Type of change

Please check the option that is related to your PR.

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
    • In this case, we recommend to discuss your modification on GitHub issues before creating the PR
  • Documentations (modification for documents)

Checklist

  • Run lint.sh and ensure that it passes (Use ./lint.sh --fix to fix formatting issues automatically)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New unit tests pass locally with my changes
  • I have checked my code and corrected any misspellings

Add Redis/RQ-backed job execution with persisted job models and worker entrypoints, including required runtime dependencies for queued primitive execution.
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.

1 participant