sync-addons
sync-addons copied to clipboard
Allow using RetryableJobError
built-in safe_eval transforms original exception into ValueError.
We need to implement opposite transformation somewhere here:
https://github.com/itpp-labs/sync-addons/blob/ab94a2f433d329d875d66aebe427d2ba008e0e4c/sync/models/sync_task.py#L135
Originally posted by @yelizariev in https://github.com/itpp-labs/sync-addons/discussions/339#discussioncomment-1407254
I assume this is not fixed in most recent sync addons?