Files
qinglong/back/services
copilot-swe-agent[bot] 2c57ada739 Fix: Disable/enable associated cron tasks when subscription is disabled/enabled
When a subscription is disabled, the associated cron tasks (created by the subscription) were still running and updating scripts. This fix ensures that:
- When disabling a subscription, all cron tasks with matching sub_id are also disabled
- When enabling a subscription, all cron tasks with matching sub_id are also enabled

This addresses the actual root cause: subscription tasks don't run when disabled (as the owner correctly pointed out), but the cron tasks created by those subscriptions were still active.

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-20 16:11:56 +00:00
..
2025-05-15 01:19:24 +08:00
2025-11-09 19:43:33 +08:00
2025-05-07 09:30:00 +08:00
2025-05-07 09:30:00 +08:00
2025-03-13 00:22:24 +08:00
2025-05-07 09:30:00 +08:00
2025-10-26 22:32:03 +08:00
2023-09-22 00:46:16 +08:00