Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 446 Bytes

run_sync_tables.rst

File metadata and controls

15 lines (7 loc) · 446 Bytes

Running Sync Tables ==============

If you are working with the Sync Tables feature, you must run a rake task to trigger the synchronization of the dataset. This rake retrieves all sync tables that should get synchronized, and puts the synchronization tasks at Resque:

bash

bundle exec rake cartodb:sync_tables[true]

You might want to set up a cron so that this task is executed periodically in an automated way.