Anton Kropp

Results 20 issues of Anton Kropp

Related to #88 It would be awesome to have a client for c# users that can be installed via nuget. It would have to handle the basic API (not admin...

help wanted

At least for internal testing, we should expose a way to inject connection timeout parameters. I was stepping through the api tests and i needed ot manually set the read/write...

We should create a very detailed (with diagrams) walkthrough and explanation of how all our queue functions and design principles work in the wiki. When we have settled on an...

documentation

We should expose a way to set a max ttl on messages in a queue. This way any stale messages auto clean themselves up. We should also set a TTL...

enhancement

If we have the scenario where you have an invis message that is holding everyone up (i.e. a 10 day worker message) and you are getting millions of messages behind...

enhancement

There is no way for someone to create permissions to access all queues in an account without using key based auth. Query param auth now requires you to create a...

enhancement
auth

It would be awesome to have a client for python users that can be installed via pip. It would have to handle the basic API (not admin api, though I...

help wanted

We've moved custom swagger handling into dropwizard-swagger and resource clustering into dalloc. We should move onto the shared libraries and remove the duplicated code in cassieq

tech-debt

When nodes come online they should try and pick up deletion jobs that are incomplete and run them. We should also expose in the debug API a way to kick...

enhancement