camptocamp/tilecloud-chain

master/slave mode not working in case of error downloading tiles

Closed this issue · 1 comments

To reproduce:

  • Have a configuration with SQS, database logging and master/slave
  • Start the slave
  • Don't start the mapserver
  • Start the master to generate a few tiles

Expected results:

  • tiles removed from SQS.
  • error entries inthe logging table.

Actual results:

  • tiles are left in SQS and the slave keep trying to process them
  • nothing added to the logging table

@alexbrault, can you have a look, please?