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

Use celery to schedule periodic tasks #27

Merged
merged 19 commits into from
Nov 27, 2023
Merged

Use celery to schedule periodic tasks #27

merged 19 commits into from
Nov 27, 2023

Commits on Nov 27, 2023

  1. Add celery

    Iain-S committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c013ed8 View commit details
    Browse the repository at this point in the history
  2. Proof of concept

    Iain-S committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ab258b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a883ca9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24cdca7 View commit details
    Browse the repository at this point in the history
  5. Delete tests we no longer need

    Iain-S committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    97452d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48642a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f597811 View commit details
    Browse the repository at this point in the history
  8. Add Celery loggers

    Iain-S committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8b36ca4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54d587b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec9662a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6eaae9d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b313c4c View commit details
    Browse the repository at this point in the history
  13. Add tests for celery tasks

    Iain-S committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0a35a11 View commit details
    Browse the repository at this point in the history
  14. Minor improvements

    Iain-S committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    633c91e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    54dc236 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1963b63 View commit details
    Browse the repository at this point in the history
  17. Rename routine task tests

    Iain-S committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    326625d View commit details
    Browse the repository at this point in the history
  18. Remove unused import

    Iain-S committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0bf341a View commit details
    Browse the repository at this point in the history
  19. Bump version to 1.2.0

    Iain-S committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ae5cb08 View commit details
    Browse the repository at this point in the history