job

  1. Improvs

    XF 2.1 What is xf-rebuild:threads really doing?

    Hi, can anyone explain me what rebuild threads job realy do? I got a problem, my server doing all kinds of rebuild job very very... slow (using CLI) and we can't find a reason with system administrator. So, We're trying to understand what kind of processes this job do. The same problem with...
  2. Rizzo

    I need some help. (Job Application)

    Hello everyone, I have recently decided to start a new project in hosting Game Servers, this isn't the first time I have done this, however, it's the first time I've used a XenForo Website. I have absolutely no idea how to do much, besides editing a few things here and there which I have done...
  3. treminaor

    XF 2.1 Need help debugging custom cron job

    I have been working on porting an old VB4 forum into XenForo 2.1 and one of the things the owner called for is their custom newsletter system to be ported over. It was basically a single php file running on unix cron that did a hacky read of the VB4 database of users, grabbed their email, and...
  4. Sim

    Lack of interest resumeLater() function added to AbstractJob

    Loving the resumable job functionality in XF2 - especially the ability to have a job "sleep" for a while by setting the continueDate. Would be even more fun to use if we had a function in XF\Job\AbstractJob called something like resumeLater(), for example: public function...
  5. 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...
  6. CMTV

    XF 2.0 Job management

    Where can I find all running jobs (jobs that extends AbstractJob). How to correctly stop jobs that are already running? Where can I see messages sent using getStatusMessage() method? Maybe some console commands? Something like php cmd.php xf-showjobs...?
  7. CMTV

    XF 2.0 Re-queuing Job after a while

    I am trying to send emails to all thread watchers. Many hosts have restrictions on amount of emails sent per minute/hour. @Mike advised me to use jobs system to avoid timeouts. I am absolutely new to jobs topic and have not found any tutorials but I did understand something. As I understand...
  8. Umar Asari

    XF 1.5 Some times tags are not saving

    Sir Sometimes tags are not saving. What is the reason!
  9. directodigital

    [HIRING] Large IPB Transfer & Customization + Theme Design

    I own a very large gaming forum that is currently running IPB 3 however it keeps getting hacked probably because of the crazy amount of add-ons running. I need someone that has experience with xenFono to help with the following; Complete transfer from IPB 3x 900k members 895k posts Missing...
  10. Sheldon

    Other Sort my "Featured Events" opposite of how they appear. -DONE

    Hello... Looking for someone to with the ability to code and change the display of my Featured Events. Currently, as you feature them, the first one you feature ends up being last. Every event I add is going to be featured, so I need them to be sorted to display Earliest to Latest, not...
  11. Kiranyx

    Add-on Looking for a dev for an add-on (paid job)

    I need for an addon to create buttons that only admins can use (with configurable permissions). The buttons should be configurable per-forum, for exemple I setup an "Accept" button only available in the "Recruitement" forum, it appears in every thread, when I press it it lock the thread, it...
Top Bottom