You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2023/01/06 06:52:07 UTC

[GitHub] [couchdb] nickva opened a new pull request, #4353: Fix replication job start_link.

nickva opened a new pull request, #4353:
URL: https://github.com/apache/couchdb/pull/4353

   We don't want to register replication jobs with the module name as that prevents us from running more than one job at a time.
   
   This was introduced when we removed the dependence on global registrations and switched to using pg instead.
   
   Even more embarrassing is we didn't have tests to check multiple replication jobs running at the same time.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb] janl merged pull request #4353: Fix replication job start_link.

Posted by GitBox <gi...@apache.org>.
janl merged PR #4353:
URL: https://github.com/apache/couchdb/pull/4353


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org