Versioning and deployment endpoints not working for dispatch namespaces
Hello! I am using Workers For Platform in order to save and deploy customer scripts. However, I noticed that certain endpoints (notable versioning and deployment endpoints) are not available for WFP. Is this correct?
3 Replies
Response to
GET /accounts/<account_id>/workers/dispatch/namespaces/<namespace>/scripts/my_script/deployments
and GET /accounts/<account_id>/workers/dispatch/namespaces/<namespace>/scripts/my_script/versions
are identical and not as expected:
That's correct as of today yeah. Are you wanting to do gradual deployments for user workers?
While not a priority, we would like to eventually have both gradual deployments as well as saving multiple versions of a script in the future