"""Constants related to tasks module.""" VENDOR_CALCULATION_FAIL_MSG_TEMPLATE = ( 'vendor_id: {vendor_id}, Error while creating: {failed_categories}, ' 'failed {num_failed} of {num_total} total adjustments.') SUCCESS_FLOW_COMPLETION_MESSAGE = ( 'Reserve and payout calculation has been completed without errors.')