mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-23 10:39:45 -05:00
fix: compiler
This commit is contained in:
@@ -71,7 +71,7 @@ func emit(ctx context.Context, namespace string, amountPerSecond int, duration t
|
||||
for ev := range jobCh {
|
||||
l.Info().Msgf("pushing event %d", ev.ID)
|
||||
|
||||
err := c.Events().Push(context.Background(), "load-test:event", ev, client.WithEventMetadata(map[string]string{
|
||||
err := c.Events().Push(context.Background(), "load-test:event", ev, nil, nil, client.WithEventMetadata(map[string]string{
|
||||
"event_id": fmt.Sprintf("%d", ev.ID),
|
||||
}))
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user