Commit 68af179
Correct Worker name to isamples-data; account_id; route ordering (#121)
Discovered during initial deploy that data.isamples.org was already
served by a Cloudflare Worker named 'isamples-data' (not 'data-isamples-org'
as I'd named the new one). Also found two wrangler.toml issues:
- `routes` appearing after [[r2_buckets]] got TOML-scoped to that table
- No explicit account_id meant non-interactive deploys failed with
"more than one account available"
Fixes:
- Rename Worker to 'isamples-data' so `wrangler deploy` atomically
replaces the existing Worker at that name (preserving the route
binding in one step).
- Add account_id for Raymond.yee@gmail.com's account.
- Move `routes` above [[r2_buckets]] so TOML parses it as a top-level key.
- Update README to document the name choice.
Deployed 2026-04-17, verified: Cache-Control: public, max-age=31536000,
immutable is now returned for isamples_202601_*.parquet files. Range
requests continue to work (206 + Content-Range).
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 5902faa commit 68af179
2 files changed
Lines changed: 17 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
| 16 | + | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments