I have rails app deployed over multiple instances and had too many rake tasks to run over different instances so it is hard to manage which rake tasks is already run or which one remaining.
is there any way to manage it from db side, as schema_migrations
table managed by migrations. if yes then, i want know how migrations exactly works?.
any suggestions?.