-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering micro-service #8
Comments
To summarize and add a few items: the goal would be to have an end point for calling In the one-off case, it would additionally be useful if anyone with access to the same shared account could ask:
For the periodical case, it'd be important that the runs don't overlap and perhaps have errors per run. cc: @mtbc |
NB: this is my current setup using https://www.gnu.org/software/parallel/:
cc: @manics |
@c0c0n3 : do you have any suggestions on starting points for this now that |
I've just whipped together an example of scaffolding code for the rendering microservice and parked it my branch over here: https://github.com/c0c0n3/omero-ms-queue/tree/rendering-ms/components/rnd-ms NB this isn't meant to be prod code! it's just an example!! |
Implement a rendering micro-service for use in IDR, as documented in
in Josh's Queue Design document.
The text was updated successfully, but these errors were encountered: