Is it possible to set bi-weekly leaderboards?

Cron format doesnt seem to specify saying ‘every second friday’. Is it possible to make a leaderboard that expires every second friday?

We could work around this limitation but curious if we can extend nakama somehow.

We can only support CRON expressions at the moment - and extending this will be backwards compat and is non-trivial.

The way I’d recommend is to have two leaderboards, one that expires at the end/beginning of the month, and another that expires on the 15th. And an RPC that function that figures out which leaderboard to write to on behalf of the client.