Skip to content

Job Queues

Mohamed Labib edited this page May 24, 2016 · 10 revisions

System Jobs

    php public/index.php queue doctrine mail --start --timeout=60
  • timeout is in minutes, after which script is expected to terminate, here it will terminate after 1 hour (60 min.) (1 hr)

    php public/index.php quoteCleanup
  • Clean up cancelled quotes (1 hr)

    php public/index.php courseEventsNotify
  • Send periodic notifications to course events' subscribers ( 1 week)

    php public/index.php updateTvtcStatus
  • Update TVTC Status each day (24 hr)

    php public/index.php updateExpirationFlag 
  • update the expiration flag of organization meta (24 hr)

    php public/index.php chat-server
  • Initiate chat server