Commit 726620b
authored
fix: forward all
Ad-hoc `Webhook`s passed to `Actor.start()` / `call()` / `call_task()`
silently dropped `idempotency_key`, `ignore_ssl_errors`, and
`do_not_retry`. Both the ad-hoc and `Actor.add_webhook()` paths now
forward fields straight off the `Webhook` instance instead of
hand-listing them, so the drop is fixed and any future field flows
through automatically. Builds on apify/apify-docs#2640 and
apify/apify-client-python#854.Webhook fields to ad-hoc webhooks (#963)1 parent c52e895 commit 726620b
2 files changed
Lines changed: 17 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
1283 | 1284 | | |
1284 | 1285 | | |
1285 | 1286 | | |
| 1287 | + | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
1286 | 1294 | | |
| 1295 | + | |
1287 | 1296 | | |
1288 | | - | |
1289 | | - | |
1290 | | - | |
1291 | | - | |
1292 | | - | |
1293 | | - | |
1294 | | - | |
1295 | 1297 | | |
1296 | 1298 | | |
1297 | 1299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 59 | + | |
| 60 | + | |
0 commit comments