trello-to-deck/src/macros
Paul Campbell 756abd61c7
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 4m30s
Test / build (map[name:stable]) (push) Successful in 9m30s
Release Please / Release-plz (push) Failing after 42s
feat: add Rate Limits on trello API and own parallisation
- Limits the rate of API calls to Trello
- Limits the number of stacks, cards, labels and attachments that are running in parallel
2024-12-29 14:50:29 +00:00
..
actor.rs feat: split into actors 2024-12-22 14:28:51 +00:00
backoff.rs fix(trello): detect trello 429 responses correctly 2024-12-28 22:23:51 +00:00
message.rs feat: add Rate Limits on trello API and own parallisation 2024-12-29 14:50:29 +00:00
mod.rs feat: add Rate Limits on trello API and own parallisation 2024-12-29 14:50:29 +00:00
newtype.rs feat: add helper macros 2024-12-12 17:31:31 +00:00
print.rs feat: add kxio printer to context 2024-12-13 09:30:16 +00:00
send.rs feat: split into actors 2024-12-22 14:28:51 +00:00
spawn.rs chore: log spawned actor details on single line 2024-12-28 22:21:32 +00:00
to_string.rs feat: add helper macros 2024-12-12 17:31:31 +00:00