Skip to main content

Housekeeping for Allianceauth Celery Analytics

Project description

allianceauth-celeryanalytics-housekeeping

Housekeeping for Alliance Auth Celery Analytics

## AA Celery Analytics Housekeeping
if (
    "celeryanalytics" in INSTALLED_APPS
    and "celeryanalytics_housekeeping" in INSTALLED_APPS
):
    # Keep 10 days (default)
    CELERYANALYTICS_HOUSEKEEPING_DB_BACKLOG = 10

    # Run every hour
    CELERYBEAT_SCHEDULE["celeryanalytics_housekeeping.tasks.run_housekeeping"] = {
        "task": "celeryanalytics_housekeeping.tasks.run_housekeeping",
        "schedule": crontab(minute=0, hour=0),
    }

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file allianceauth-celeryanalytics-housekeeping-0.0.1a2.tar.gz.

File metadata

  • Download URL: allianceauth-celeryanalytics-housekeeping-0.0.1a2.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for allianceauth-celeryanalytics-housekeeping-0.0.1a2.tar.gz
Algorithm Hash digest
SHA256 55927c0565a1d386c7873924ca105751e5ee0bab92b731aa521d960644c5d6db
MD5 8fb1755ea2e53e874f27e5a60ee1063f
BLAKE2b-256 71f4d63bc8e7f1965f0bdfab73abf98aa9ac9d4347a2e396b666439ce155e081

See more details on using hashes here.

File details

Details for the file allianceauth_celeryanalytics_housekeeping-0.0.1a2-py3-none-any.whl.

File metadata

File hashes

Hashes for allianceauth_celeryanalytics_housekeeping-0.0.1a2-py3-none-any.whl
Algorithm Hash digest
SHA256 7302563ab3c8da756ed17c9438edb60efc6a60db7ed4a088c74207f1f585ebf6
MD5 6b55cc1c196b0d4c8c5f211d6e3e0b5c
BLAKE2b-256 563099d92588212f0ab63d944a667c19af5b41ae4026538e0ab5faff390d60d4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page