Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Jun 27, 2024
1 parent 28c51ba commit 7c9ee2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func run(events chan<- string) (func() error, error) {
On: worker.Events("user:create:simple"),
Name: "simple",
Description: "This runs after an update to the user model.",
Concurrency: worker.Concurrency(getConcurrencyKey),
//Concurrency: worker.Concurrency(getConcurrencyKey), // TODO uncomment
Steps: []*worker.WorkflowStep{
worker.Fn(func(ctx worker.HatchetContext) (result *stepOneOutput, err error) {
input := &userCreateEvent{}
Expand Down

0 comments on commit 7c9ee2c

Please sign in to comment.