-
- Téléchargements
In progress : Sidekiq worker managing database update and migration.
parent
3c57de4a
Branches
Aucune étiquette associée trouvée
Affichage de
- Gemfile 5 ajouts, 0 suppressionGemfile
- app/serializers/track_serializer.rb 2 ajouts, 0 suppressionapp/serializers/track_serializer.rb
- app/workers/database_migration.rb 33 ajouts, 0 suppressionapp/workers/database_migration.rb
- app/workers/database_update.rb 9 ajouts, 0 suppressionapp/workers/database_update.rb
- lib/database_migration.sql 73 ajouts, 0 suppressionlib/database_migration.sql
... | @@ -23,6 +23,11 @@ gem 'active_model_serializers' | ... | @@ -23,6 +23,11 @@ gem 'active_model_serializers' |
#Because we're using a shitty database designed by a fuckin' drug addict | #Because we're using a shitty database designed by a fuckin' drug addict | ||
gem 'composite_primary_keys' | gem 'composite_primary_keys' | ||
#Framework for background job processing : managing the database transformation between servers | |||
gem 'sidekiq' | |||
#Framework for distributed schedulinh | |||
gem 'sidetiq' | |||
# Use jquery as the JavaScript library | # Use jquery as the JavaScript library | ||
#gem 'jquery-rails' | #gem 'jquery-rails' | ||
... | ... |
app/workers/database_migration.rb
0 → 100644
app/workers/database_update.rb
0 → 100644
lib/database_migration.sql
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter