jobs

  1. CStrategies

    XF 2.2 Do enqueueUnique jobs with the same uniqueId run concurrently?

    We have a large database updating process that is run whenever a user takes certain actions. It was causing deadlocks when the site had a lot of activity, so we converted it to a job with a uniqueId, passed certain params that were unique to that user, and made sure manual was set to "false" so...
  2. Sim

    CLI Job Runner for XF 2.1 1.5.0

    This XenForo 2.x addon gives you the option to disable the browser triggered job runner and instead use a CLI triggered job runner for use with Unix cron. Requirements This addon requires PHP 7.0 or higher and has been tested on XenForo 2.1.10 This version is not compatible with XenForo v2.2...
  3. CMTV

    XF 2.0 How to stop running job?

    In my code I create a new job with this code: \XF::app()->jobManager()->enqueueUnique('solvedAlerting_' . time(), 'QuestionThreads:Alerter', $jobParams); How can I stop the job by it's key programmatically? I know that all currently running jobs are stored in xf_job table. And deleding records...
  4. mikesift

    xenForo developer required - contract/freelance

    Firstly, apologies if this thread is not in the right place, or indeed something thats frowned upon on this site. We seem to be looking for a unicorn in the usual channels, finding a good developer is incredibly hard. Adding xenForo into the mix just makes it even harder. I'm hoping posting...
Top Bottom