mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-23 10:39:45 -05:00
feat: bulk inserts of events (#887)
* progress commit of bulk inserts * in_flight: Add changes to metering finish the bulk insert * remove an attempt to overide enforce limits * merge in PR fixes * update docs to add in an additional section in the User guide to describe pushing single events and pushing multiple events * run lint fix --------- Co-authored-by: Sean Reilly <sean@hatchet.run>
This commit is contained in:
@@ -94,6 +94,8 @@ paths:
|
||||
$ref: "./paths/tenant/tenant.yaml#/getQueueMetrics"
|
||||
/api/v1/tenants/{tenant}/events:
|
||||
$ref: "./paths/event/event.yaml#/withTenant"
|
||||
/api/v1/tenants/{tenant}/events/bulk:
|
||||
$ref: "./paths/event/event.yaml#/bulkCreateEvents"
|
||||
/api/v1/tenants/{tenant}/events/replay:
|
||||
$ref: "./paths/event/event.yaml#/replayEvents"
|
||||
/api/v1/tenants/{tenant}/events/cancel:
|
||||
|
||||
Reference in New Issue
Block a user