Commit af46a37
authored
fix: Unify separators in
### Description
- Use only pipes (`|`) as separators when constructing `unique_key`
values.
- Since the changes affect only the `unique_key` of the `always_enqueue`
requests, it is not a breaking change.
- The random string component is placed at the beginning, so an
`always_enqueue` unique key looks like this:
```
unique_key='7VnDVJgE3TrjbDl86|GET|e3b0c442|e3b0c442|https://crawlee.dev/'
```
This format is slightly better for debugging, as the individual parts of
the unique key (including the URL) are easier to identify.
### Issues
- Closes: #1512
### Testing
- Current tests pass.unique_key construction (#1569)1 parent c8345ae commit af46a37
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
0 commit comments