Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-12 | Autodecode incoming data | Ben Sima | |
It's an attempt. Perhaps this will change over time. | |||
2020-04-11 | Slightly better auth handling | Ben Sima | |
2020-04-11 | Retry after disconnect | Ben Sima | |
I think this will only retry once... would be nice to have some kind of backoff... oh well. | |||
2020-04-11 | Fix a bug in que --serve | Ben Sima | |
2020-04-11 | Add auth header to que client | Ben Sima | |
2020-04-08 | Refactor client, fixing some bugs | Ben Sima | |
2020-04-07 | Add user agent header to que client | Ben Sima | |
2020-04-01 | Don't print stacktraces for a few of these errors | Ben Sima | |
2020-03-31 | Add Run.Que.Website server | Ben 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. |