Home  >   FAQs   >  What are Server jobs?
FAQs in this section

What are Server jobs?

Table of Contents
Server Jobs are background jobs which run periodically based on configured frequency (hourly, daily, weekly, etc). No user or record data is passed to the script and it runs on owner user context. 
This should be used for heavy and periodic operations like fetching data from external services and creating them in CRM, or sending some data based on some logic to external services, etc. These are run in the background and no CRM operation is blocked. Based on configured frequency, they are picked and sent to service for execution. Service queues them and executes based on its own load. After execution, the service sends the result back to the CRM.
 
Was this FAQ helpful?
0  out of  0  found this helpful.
Comments 0
Be the first to comment
© Copyright 2023 Vtiger. All rights reserved.