Needs work
Project:
User Import
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2011 at 20:08 UTC
Updated:
26 Oct 2012 at 08:36 UTC
Jump to comment: Most recent file
Steps:
Result: several import errors will be logged (duplicate email)
Seems to me that the simplest fix would be to check to see if another process is working on the import before starting. Perhaps use a variable as some sort of a mutex?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | user_import_run_mutex-1244298-1.patch | 957 bytes | ryan_courtnage |
Comments
Comment #1
ryan_courtnage commentedSomething like the attached perhaps?
Comment #2
ryan_courtnage commentedComment #3
robert castelo commentedAgreed that this could be a problem, but not sure about this solution - there's the possibility of the mutex not being deleted and the import being stuck forever.