question

Ozan Yilmaz avatar image
Ozan Yilmaz asked

Cron expression says non standard. Will it work on PlayFab?

Hello everyone,

I would like to run a scheduled task every Sunday. I changed some the values on the website, but the website says "Non standard!".

Does this cron expression work on PlayFab?

EDIT: PlayFab doesn't accept that cron expression. Is there a way to run a scheduled task every Sunday?

untitled.jpg (64.1 KiB)
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

We usually consider “At 00:00 on Sunday.” as “At 00:00 on Monday.” because 00:00 is the next day.

You may use “59 23 * * 7” for “At 23:59 on Sunday.”, otherwise simply “0 0 * * 1” will do the job.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.