virolea / rosetta

Unobstrusive Internationalization solution for Rails applications.
MIT License
53 stars 1 forks source link

Replace autodiscovery queue with autodiscovery job #12

Closed virolea closed 2 weeks ago

virolea commented 2 weeks ago

This PR updates the former key syncing mechanism with a job-based one.

This improves the reliability of the code ands remove a layer of complexity in favour of a well known abstraction when it comes to performing code in a separate thread/process.