Open
Description
Reads on maps in the eager backend are not protected from concurrent read & writes.
Ex: https://github.com/RichardKnop/machinery/blob/master/v2/backends/eager/eager.go#L160
Metadata
Metadata
Assignees
Labels
No labels
Reads on maps in the eager backend are not protected from concurrent read & writes.
Ex: https://github.com/RichardKnop/machinery/blob/master/v2/backends/eager/eager.go#L160