nycmeshnet / meshdb

A convenient, stable, and sane database for tracking Members and Nodes for use with robots and humans
https://db.nycmesh.net
MIT License
12 stars 14 forks source link

Add feature flag gating to celery tasks #686

Closed Andrew-Dickinson closed 2 weeks ago

Andrew-Dickinson commented 2 weeks ago

Only run celery tasks if the corresponding feature flags are enabled, so that we can conditionally enable them by stage and prevent logspam, whoops

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.21%. Comparing base (c621408) to head (c02fb65). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #686 +/- ## ======================================= Coverage 94.20% 94.21% ======================================= Files 80 80 Lines 3279 3284 +5 ======================================= + Hits 3089 3094 +5 Misses 190 190 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.