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
Is your feature request related to a problem? Please describe.
We needed to reset ~600 workflows in production due to a bug, and wanted to use the reset-batch command to do this. It was useful both because it is a batch operation, and because of the --only_non_deterministic option to ensure we only reset workflows experiencing the issue.
Unfortunately, we wanted to also do the reset without reapplying previous events, to prevent each workflow from immediately reprocessing 1K signals post-reset. But the --reset_apply_type option is missing in the reset-batch command, but is available in the reset command.
But with querying, it was not clear how we could target workflows in a similar fashion as --only_non_deterministic. So instead we had to aggregate logs and create a CSV of workflows to reset, which added significant time to our remediation, and then run a reset command on each of those..
Describe the solution you'd like
It would be nice if reset-batch contained all of the options from reset, but in particular the --reset_reapply_type option.
Additional context
Also posted another issue from this particular incident at #240.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We needed to reset ~600 workflows in production due to a bug, and wanted to use the
reset-batch command to do this. It was useful both because it is a batch operation, and because of the
--only_non_deterministic
option to ensure we only reset workflows experiencing the issue.Unfortunately, we wanted to also do the reset without reapplying previous events, to prevent each workflow from immediately reprocessing 1K signals post-reset. But the
--reset_apply_type
option is missing in thereset-batch
command, but is available in thereset
command.But with querying, it was not clear how we could target workflows in a similar fashion as
--only_non_deterministic
. So instead we had to aggregate logs and create a CSV of workflows to reset, which added significant time to our remediation, and then run areset
command on each of those..Describe the solution you'd like
It would be nice if reset-batch contained all of the options from reset, but in particular the
--reset_reapply_type
option.Additional context
Also posted another issue from this particular incident at #240.
The text was updated successfully, but these errors were encountered: