Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongo #54

Closed
KamilNadlonek-TomTom opened this issue Jun 27, 2024 · 3 comments
Closed

Mongo #54

KamilNadlonek-TomTom opened this issue Jun 27, 2024 · 3 comments
Labels
awaiting fix confirmation Fixed, needs to be validated by issue poster

Comments

@KamilNadlonek-TomTom
Copy link

Hi
I am using MongoDBLockManager and I have problem when I want add second task with the same concurrency.
Could you explain why you do not allow the creation of two tasks with the same concurrency but with different names?

When I debug code I found error message:

Write operation error on server localhost:27017. Write error: WriteError{code=11000, message='E11000 duplicate key error collection: archiver.TASK_LOCKS index: name_text_concurrencyIndex_1 dup key: { _fts: "archiv", _ftsx: 0.625, concurrencyIndex: 1 }', details={}}.
@Flaxoos
Copy link
Owner

Flaxoos commented Sep 10, 2024

Hi Kamil, sorry for the late response. let me look into it and get back to you

Flaxoos added a commit that referenced this issue Oct 16, 2024
- Fixed issue preventing multiple tasks on mongo
@Flaxoos
Copy link
Owner

Flaxoos commented Oct 29, 2024

@KamilNadlonek-TomTom This should be fixed in the new v2.0.0 version just released, can you please verify?

@Flaxoos Flaxoos added the awaiting fix confirmation Fixed, needs to be validated by issue poster label Oct 29, 2024
@Flaxoos
Copy link
Owner

Flaxoos commented Nov 12, 2024

Closing as fixed

@Flaxoos Flaxoos closed this as completed Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting fix confirmation Fixed, needs to be validated by issue poster
Projects
None yet
Development

No branches or pull requests

2 participants