shish / shimmie2

An easy-to-install community image gallery (aka booru)

Home Page:http://code.shishnet.org/shimmie2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[s3] Timeouts with mass tag editing

shish opened this issue · comments

Server Software

  • Shimmie version: 2.10.0-beta2
  • Database: postgres
  • Web server: unit

What steps trigger this bug

  1. Go to alias list
  2. Add alias

What did you expect to happen?
Alias added, existing images are retagged with the alias

What actually happened?
Timeout during retagging of existing images

I'm pretty sure that this is happening because the S3 extension is making remote API calls to rename the files

e95c47c will queue actions for later instead of timing out - but right now the only thing which works through the queue is a CLI command. It'd be good for this to be automatic, or at least an admin button.