Replies: 2 comments 2 replies
|
@robholland could you confirm its a typo (and thus a bug), rather than intentional? |
2 replies
|
@robholland I stumbled upon this 400 again (it's now probably worth converting this discussion into an issue, what do yo think?): So this set of curl commands is not idempotent and may break like this upon upgrade of temporal, when the index already exists. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
https://github.com/temporalio/helm-charts/blob/main/charts/temporal/templates/server-job.yaml#L73-L74
The second PUT is without any payload, is this correct? I get status 400 Bad request and I think it's a correct response to such a request.
I used to init/migrate_up dependent DBMS and ES manually, so:
So:
All reactions