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

Integrating Django Celery Beat to schedule and execute tasks #119

Merged
merged 41 commits into from
Aug 2, 2021

Conversation

beshiniii
Copy link
Contributor

@beshiniii beshiniii commented Jul 14, 2021

Description

This PR provides the mechanism to integrate django_celery_beat with the Django backend server.
This provides the following usages:

  • Integrating with Celery beat and workers
  • Integrating with RabbitMQ AMQ broker
  • Execute crawler jobs instantly
  • Schedule crawler jobs as a crontab service
  • Schedule crawler jobs as an interval service
  • Delete schedule crawler jobs
  • Disable schedule crawler jobs
  • Enable environment support for Django and Scrapy apps

Related Issue

#118

beshiniii added 30 commits July 14, 2021 21:59
@sajithaliyanage sajithaliyanage merged commit 44ed333 into leopardslab:master Aug 2, 2021
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.

2 participants