Open uniqueg opened 1 year ago
Here the possible options I see are pretty much number 2. and 3. from #40:
/service-info
(could still work for current Funnel if the py-tes
consumer tries passing f"{url}/tasks
/ - just for accessing the service info)/service-info
, then, in case of 404
, trying /service-info/tasks
for legacy supportThere isn't really an equivalent to 1. obviously.
What do you think, @kellrott?
Following #40, will go for the second option here.
Changing the endpoint is an issue for Funnel v1.1 though.
In
py-tes 0.4.2
(and probably earlier) the service info controller assumes a route that is incompatible with the TES v1.0 and v1.1 specifications.In particular, the controller assumes a route
v1/tasks/service-info
, while the specs requirev1/service-info
(or ratherga4gh/tes/v1/service-info
, compare #40), withouttasks/
.