Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Only reinsert tasks which were not enqueued #156

Merged
merged 1 commit into from
Oct 24, 2014

Conversation

tylertreat
Copy link
Contributor

Addresses issue #154.

If a list of more than one Tasks is given, a raised exception does not
guarantee that no tasks were added to the queue (unless transactional is set
to True). To determine which tasks were successfully added when an exception
is raised, check the Task.was_enqueued property.

@beaulyddon-wf @markshaule-wf @jasonaguilon-wf @rosshendrickson-wf @tannermiller-wf

If a list of more than one Tasks is given, a raised exception does not
guarantee that no tasks were added to the queue (unless transactional is set
to True). To determine which tasks were successfully added when an exception
is raised, check the Task.was_enqueued property.
@beaulyddon-wf
Copy link
Contributor

+1

3 similar comments
@tannermiller-wf
Copy link
Contributor

+1

@jasonaguilon-wf
Copy link
Contributor

+1

@markshaule-wf
Copy link
Contributor

+1

beaulyddon-wf added a commit that referenced this pull request Oct 24, 2014
Only reinsert tasks which were not enqueued
@beaulyddon-wf beaulyddon-wf merged commit 0a8873a into Workiva:master Oct 24, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants