openwrt / asu

An image on demand server for OpenWrt based distributions
https://sysupgrade.openwrt.org
GNU General Public License v2.0
332 stars 84 forks source link

janitor: drop #850

Closed aparcar closed 5 months ago

aparcar commented 5 months ago

instead use webhooks which are triggered via an external builder (i.e. buildbot or CI) or run the script update_all_targets.py in a cron job.

Scheduling within RQ was somehow no fun and caused strangely dying jobs.

While at it, use dotenv to simplify things.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 27.39726% with 53 lines in your changes missing coverage. Please review.

Project coverage is 86.42%. Comparing base (5e65dec) to head (c028cc0). Report is 31 commits behind head on main.

Files Patch % Lines
asu/update.py 17.74% 51 Missing :warning:
asu/api.py 50.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #850 +/- ## ========================================== + Coverage 80.75% 86.42% +5.66% ========================================== Files 15 14 -1 Lines 977 869 -108 ========================================== - Hits 789 751 -38 + Misses 188 118 -70 ```

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