-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: handle messages concurrently in pickup worker #119
Commits on Mar 8, 2023
-
feat: handle concurrent batches
WIP - switch to an sqs lib that polls for new messages concurrently rather than in batches - rewrite pickup worker so we can compose it out of single-responsibilty pieces instead of having to pass through the giant config ball. License: MIT Signed-off-by: Oli Evans <oli@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for c95e166 - Browse repository at this point
Copy the full SHA c95e166View commit details
Commits on Mar 9, 2023
-
License: MIT Signed-off-by: Oli Evans <oli@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for 49b0ab3 - Browse repository at this point
Copy the full SHA 49b0ab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bc7d91 - Browse repository at this point
Copy the full SHA 7bc7d91View commit details -
chore: fix init order and docker test
test the api is available when start is called. License: MIT Signed-off-by: Oli Evans <oli@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for 4342ef8 - Browse repository at this point
Copy the full SHA 4342ef8View commit details -
License: MIT Signed-off-by: Oli Evans <oli@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for 6a9a8f5 - Browse repository at this point
Copy the full SHA 6a9a8f5View commit details -
chore: revert err and remove unused fn§
License: MIT Signed-off-by: Oli Evans <oli@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for b747064 - Browse repository at this point
Copy the full SHA b747064View commit details
Commits on Mar 13, 2023
-
fix: add max timeout for fetching
fixes #101 License: MIT Signed-off-by: Oli Evans <oli@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for 027943c - Browse repository at this point
Copy the full SHA 027943cView commit details -
License: MIT Signed-off-by: Oli Evans <oli@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for e621bd2 - Browse repository at this point
Copy the full SHA e621bd2View commit details -
chore: not testing message count
License: MIT Signed-off-by: Oli Evans <oli@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for 8ed4f00 - Browse repository at this point
Copy the full SHA 8ed4f00View commit details
Commits on Mar 14, 2023
-
chore: only set optional env if set
License: MIT Signed-off-by: Oli Evans <oli@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for f08cf6b - Browse repository at this point
Copy the full SHA f08cf6bView commit details -
chore: IPFS_API_URL is not required
License: MIT Signed-off-by: Oli Evans <oli@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for 5a83796 - Browse repository at this point
Copy the full SHA 5a83796View commit details -
chore: bump up fetchChunkTimeoutMs
2 mins is still timeout after node restarts License: MIT Signed-off-by: Oli Evans <oli@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for 4b6a00c - Browse repository at this point
Copy the full SHA 4b6a00cView commit details -
License: MIT Signed-off-by: Oli Evans <oli@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for 9f7dc1b - Browse repository at this point
Copy the full SHA 9f7dc1bView commit details -
License: MIT Signed-off-by: Oli Evans <oli@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for 20f6b35 - Browse repository at this point
Copy the full SHA 20f6b35View commit details