Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 244 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 244 Bytes

Example

async with Client(URL("http://localhost:8080")) as client:
    await client.ping()
    await client.notify(JobCannotStartQuotaReached("bob"))
    await client.notify(JobCannotStartLackResources("job-lack-resources-1"))