You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The currency updater module should immedietly update the currency_exchange_last_refresh and currency_exchange_historical_last_refresh key to ensure that multiple running tasks that implement the currency module don't start updating all nearly at the same time just because the value of the key is outdated.
The text was updated successfully, but these errors were encountered:
Then we should also make sure we do some kind of "update this only if it still has the old value", otherwise you can still have two tasks updating the currency values at the same time if they both read and then write in the correct order.
The currency updater module should immedietly update the currency_exchange_last_refresh and currency_exchange_historical_last_refresh key to ensure that multiple running tasks that implement the currency module don't start updating all nearly at the same time just because the value of the key is outdated.
The text was updated successfully, but these errors were encountered: