graphql-engine/server/tests-py/queries/event_triggers/flood/setup_mssql.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
550 B
YAML
Raw Normal View History

type: bulk
args:
- type: mssql_track_table
args:
source: mssql
table:
schema: hge_tests
name: test_flood
- type: mssql_create_event_trigger
args:
source: mssql
name: flood_all
table:
schema: hge_tests
name: test_flood
insert:
columns: '*'
update:
columns: '*'
delete:
columns: '*'
webhook: "{{EVENT_WEBHOOK_HANDLER}}/block"
retry_conf:
# We will manuallally unblock() before this is reached:
timeout_sec: 60
num_retries: 0
interval_sec: 1