cartodb-4.29/script/sync_tables_trigger.sh

9 lines
112 B
Bash
Raw Normal View History

2020-06-15 10:58:47 +08:00
#!/bin/bash
while :
do
sleep $SYNC_TABLES_INTERVAL
cd /cartodb
bundle exec rake cartodb:sync_tables[true]
done