summaryrefslogtreecommitdiff
path: root/Run/Que/client.py
AgeCommit message (Collapse)Author
2020-04-15Re-namespacingBen Sima
Moving away from the DNS-driven namespacing toward more condensed names, mostly because I don't like typing so much.
2020-04-12Autodecode incoming dataBen Sima
It's an attempt. Perhaps this will change over time.
2020-04-11Slightly better auth handlingBen Sima
2020-04-11Retry after disconnectBen Sima
I think this will only retry once... would be nice to have some kind of backoff... oh well.
2020-04-11Fix a bug in que --serveBen Sima
2020-04-11Add auth header to que clientBen Sima
2020-04-08Refactor client, fixing some bugsBen Sima
2020-04-07Add user agent header to que clientBen Sima
2020-04-01Don't print stacktraces for a few of these errorsBen Sima
2020-03-31Add Run.Que.Website serverBen Sima
This is a simple website server that uses que.run itself to host the que webpages. I had to rename Run.Que to Run.Que.Server because nix was complaining about Run.Que being both a derivation and an attrset with Run.Que.Website in it.