Ticket #2531698 (accepted enhancement)
Reporter John McLaughlin |
Opened: 01/27/12 Last modified: 09/19/12 Status: accepted Type: enhancement |
Owner Luke Smith |
Target Release: BACKLOG Priority: P3 (normal) |
|---|---|---|---|
| Summary: | AsyncQueue "callback" context and "alwaysPause" config option | ||
| Description: | These are a couple of tweaks to the AsyncQueue configuration. See attached example file, and pull request. If you specify context: "callback", the queue entry will use its configuration wrapper as the context for the callback. This allows the callback to directly access and modify its configuration parameters. Most useful are the "iterations" and "timeout" parameter. Specifying alwaysPause: trueis almost the same as autoContinue: false, however the autoContinue approach ignores "q.run()" calls that are executed in the queue task callback. |
||
| Type: | enhancement | Observed in Version: | 3.5.0pr1 |
| Component: | AsyncQueue | Severity: | S3 (normal) |
| Assigned To: | Luke Smith | Target Release: | BACKLOG |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | All | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 02/13/12
|
|
Posted: 04/5/12
|
|
Posted: 07/24/12
Moving from 3.6.0 backlog to 3.NEXT. |
|
Posted: 09/19/12
|
|
Posted: 09/19/12
Moving from 3.NEXT to BACKLOG. |
I'll review the PR for 3.6.0. Thanks!