Jobs
Jobs give you the option to monitor ongoing work on the server side. If an operation is computationally heavy, or requires asynchronous communication with external vendor servers, we store a reference to the job and let you continually monitor it's progress.
Through the Jobs Status endpoint you can get information about a running Job. With the launch of V2 we have four types of Jobs:
Job | Description |
---|---|
createKeys | Monitor Key creation when creating Keys through the Create Keys endpoint. |
refreshLockConnection | Monitor the Refresh Lock Connection job. |
applyPrivacyPolicyToAllLocks | Follow the status of updating privacy policy on Locks |
recreateAccessGroupKeys | When updating an Access Group with new Users or Locks, Keys needs to be recreated. Monitor the Key Creation with this job. |
Working with Jobs
- Use the Get Jobs endpoint to fetch Jobs.
- Use the Get Job Status endpoint to monitor a running job.
Updated over 1 year ago