Open dhiaayachi opened 2 months ago
Thank you for the feedback! We appreciate you bringing this to our attention. We are aware that durable archival is enabled by default in Temporal 1.20 and agree that we should be able to deprecate the old code path (workflow archival). We are currently working on this and plan to have it addressed in a future release.
In the meantime, you can continue to use durable archival which is the recommended approach. You can find more information about durable archival in the Temporal documentation.
Thank you for your feedback! We appreciate you pointing this out.
The plan is to deprecate the old code path for workflow archival in a future release. We are currently working on making durable archival the default and ensuring a smooth transition for users.
In the meantime, you can continue using the existing workflow archival functionality. We'll provide more information about the deprecation timeline and migration guidance closer to the release date.
Thanks for the suggestion! It's a great idea to deprecate the old code path for workflow archival since durable archival is now enabled by default.
While this is not currently a planned feature, you can work around it by manually disabling durable archival in your Temporal cluster. This can be done by setting the enableDurableArchival
flag to false
in the Temporal server configuration.
Please let me know if you have any other questions or suggestions.
Durable archival is enabled by default in 1.20, we should be able to deprecate the old code path (workflow archival).