Abdelhak Akermi
Abdelhak Akermi
disable sort by name for `options` ,remain in the given order
closes https://github.com/pmbanugo/cron-atlas/issues/1
I've been exploring the project and its deployment setup. After reviewing the infrastructure and considering the potential for scalability and modularity, I believe there's an opportunity to enhance the deployment...
introduces conflict resolution mechanisms in both `Redis` and `SQLite` services. It adds timestamp-based conflict detection and resolution in `RedisService`, ensuring data integrity during concurrent updates. Similarly, for `SqliteService`, the code...
The `RedisService` currently lacks a mechanism to handle conflicts that arise when concurrent operations attempt to update the same key with different values. We can resolve that based on timestamp...