Skip to content

Commit

Permalink
feat: change event_queue pop index
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe authored and moshloop committed Sep 17, 2024
1 parent d04d339 commit dbec107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/system.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ table "event_queue" {
columns = [column.properties]
}
index "event_queue_pop" {
columns = [column.name, column.attempts, column.last_attempt, column.priority, column.created_at]
columns = [column.name, column.delay, column.attempts, column.last_attempt, column.priority, column.created_at]
}
}

Expand Down

0 comments on commit dbec107

Please sign in to comment.