📢 Moderators Needed 🚀

Moderators are needed with resources to post or have access to resources to post. Submit an application to be considered.
Q

RSS Handling long jobs

  • Thread starter Thread starter QuackieMackie
  • Start date Start date
Q

QuackieMackie

Guest
Guest or Bot
I've finally started adding offsite backups for my backup solution, and I ran into a Cloudflare issue.
So basically, when I run a manual job, it runs through the steps:
PHP:

Code:
    public function run($maxRunTime): JobResult
    {
        switch ($this->data['step'])
        {
            case 'creation':
            // database dump && file zip
            case 'cleanup':
            // old backup deletion
            case 'post-processing':
            // offsite copying
            return...

Read more

Continue reading...
 
Similar content Most view View more
Back
Top