wpoa / recitation-bot

MediaWiki bot to upload content to Wikimedia projects and update corresponding citations on Wikipedia.
GNU General Public License v3.0
9 stars 3 forks source link

Running separate instances of web interface tool in parallel #21

Closed Daniel-Mietchen closed 10 years ago

Daniel-Mietchen commented 10 years ago

What could possibly go wrong? Haven't tried it yet.

notconfusing commented 10 years ago

There is absolutely no problem with clicking the submit button as many times as you like without waiting for the previous one to finish.

The submit button just stores the DOIs in a queue, and then seperately once every 10 seconds another process comes and loads that queue into the processor, which works on each doi sequentially one-by-one.

Max Klein ‽ http://notconfusing.com/

On Tue, Jul 29, 2014 at 1:15 AM, Daniel Mietchen notifications@github.com wrote:

Assigned #21 https://github.com/wpoa/recitation-bot/issues/21 to @notconfusing https://github.com/notconfusing.

— Reply to this email directly or view it on GitHub https://github.com/wpoa/recitation-bot/issues/21#event-146497507.

Daniel-Mietchen commented 10 years ago

Thanks.