#How to schedule active workers?

10 messages · Page 1 of 1 (latest)

analog bough
#

e.g., I want 0 active workers from 8pm to 3am, and 1 active worker from 3am to 8pm.

little estuary
#

Graphql api

#

Chek the docs references > graphql api

analog bough
#

Gotcha. I'll look into it. There's no way to do this scheduling through the frontend?

little estuary
#

I think there's no way yet for that

errant prairie
#

I think people would abuse it if it was available in the frontend

little estuary
#

Haha yeah

#

Popular not abused 😂

analog bough
#

@little estuary Might be interesting to point out that the mutation I ended up using for this (saveEndpoint) is not on the GraphQL API reference; I had to dig through the runpod-python code to find it.