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
Legacy deals that are automatically settled by cron are handled as before. They continue to be processed in cron and are rescheduled until they are expired.
However, since new deals are handled by the provider-initiated Market::SettleDealPayments flow, the code in market::cron_tick can be simplified and tests protecting this behaviour also dropped.
The text was updated successfully, but these errors were encountered:
Legacy deals that are automatically settled by cron are handled as before. They continue to be processed in cron and are rescheduled until they are expired.
However, since new deals are handled by the provider-initiated
Market::SettleDealPayments
flow, the code inmarket::cron_tick
can be simplified and tests protecting this behaviour also dropped.The text was updated successfully, but these errors were encountered: