2

Before hand let me say that I'm new to Mesosphere stack. I am trying to migrate an existing Rails application deployment to Mesos and I'm successful so far, but currently I'm on the middle of running migrations and seeds (through Rake tasks) and I don't see a pretty way to get it done since those tasks are ephemeral and they don't match quite Marathon's idea. How should I proceed?

4

2 回答 2

2

您还可以使用Chronos运行预计将在某个时间完成的“现在”任务。

Marathon 针对应该始终保持运行的长期运行服务。

于 2014-10-30T08:02:50.700 回答
0

最近的开发包括通过节拍器(Chronos 替代)的“工作”功能,或者您也可以使用Eremetic框架来完成一次性任务。

于 2017-05-29T19:46:15.027 回答