Skip to content

Change SyncSeatLinkWorker cron job execution time

What does this MR do?

Part of #326114

Change time of scheduled cron job to sync seat links. The execution of the seat link sync has to be timed after the cron job in CustomersDot for reconciliations was executed. That job is scheduled at midnight (code).

To ensure that the execution time of the seat link sync is after the one in CustomersDot, the timezone is explicitly set to UTC. As well as slightly delayed to have some buffer for processing time.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Corinna Gogolok

Merge request reports