summaryrefslogtreecommitdiffstats
path: root/stator/runner.py
Commit message (Collapse)AuthorAgeFilesLines
* Stator stats overhaulAndrew Godwin2022-12-151-5/+22
| | | | | Removes the error table, adds a stats table and admin page. Fixes #166
* Policy pages and signup tests.Andrew Godwin2022-12-051-0/+14
| | | | Fixes #113
* Add pyupgrade with --py310-plus in pre-commit (#103)Paolo Melchiorre2022-12-051-3/+2
|
* [WIP] Sentry improvements (#108)Michael Manfre2022-12-041-27/+50
| | | | | | | | | | | | | Stator clears scope during the main loop to behave more like transactions. Transaction names are set. Sentry tags: * 'takahe.version' * 'takahe.app' values 'web' or 'stator' Added settings: * TAKAHE_SENTRY_SAMPLE_RATE * TAKAHE_SENTRY_TRACES_SAMPLE_RATE
* Some cleanup around editingAndrew Godwin2022-11-271-2/+2
|
* Post editingMichael Manfre2022-11-271-21/+31
|
* The glorious return of the in-view runnerAndrew Godwin2022-11-261-9/+16
|
* Delete mechanics and refactor of post fanoutAndrew Godwin2022-11-241-1/+1
|
* StatorRunner will refresh Config.system on each schedule_intervalMichael Manfre2022-11-221-0/+3
|
* Don't waste DB rows on bad inbox actorsAndrew Godwin2022-11-201-6/+2
| | | | | Seems Sidekiq will keep trying to deliver messages even when the actor no longer exists?
* Actor delete, sentry async, faster statorAndrew Godwin2022-11-201-2/+3
|
* Add more error handlingAndrew Godwin2022-11-201-1/+6
|
* A few more tweaks for an initial deployAndrew Godwin2022-11-191-42/+48
|
* Deployment re-jigglingAndrew Godwin2022-11-181-3/+3
|
* Boosting! Incoming, anyway.Andrew Godwin2022-11-131-13/+20
|
* Inbound and outbound follows basic workingAndrew Godwin2022-11-101-3/+3
|
* Profile fetching now working on state machineAndrew Godwin2022-11-091-1/+14
|
* Most of the way through the stator refactorAndrew Godwin2022-11-091-21/+26
|
* Midway point in task refactor - changing directionAndrew Godwin2022-11-091-0/+69