6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-15 01:34:14 +00:00
tutor/edxapp
Régis Behmo 6361b9ad58 Fix SQL race condition
When running "wait-for-mysql.sh", the "echo 'show tables' | manage.py
dbshell" command is always considered a success, even if the database is
unreachable ($? == 0). So we replace this command by a global system
check.

This closes #3.
2018-02-10 18:38:17 +01:00
..
config Fix email sending 2018-01-29 18:05:26 +01:00
Dockerfile Fix SQL race condition 2018-02-10 18:38:17 +01:00
wait-for-greenlight.sh Fix SQL race condition 2018-02-10 18:38:17 +01:00