cyberpanel icon indicating copy to clipboard operation
cyberpanel copied to clipboard

[BUG] Crons+DB still running for a suspended website

Open jcn50 opened this issue 1 year ago • 0 comments

Describe the bug The crons+DB of a suspended website users are still running. Killing off the crons do not change anything: they will still be fired again (later).

To Reproduce What steps did you take when the issue occurred?

  1. Create a script that fires every minute and runs for 2 minutes (<?php sleep(120);)
  2. Suspend the website
  3. Watch the script running

Expected behavior Crons+DB access should be suspended.

Operating system: CentOS 7

CyberPanel version: 2.3.4

jcn50 avatar Jul 29 '23 20:07 jcn50