<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Akash P.</title>
    <description>The latest articles on DEV Community by Akash P. (@iakashpatel).</description>
    <link>https://dev.to/iakashpatel</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F124411%2F8af2af93-fcb5-4026-8a8f-4f0ed4c10974.jpg</url>
      <title>DEV Community: Akash P.</title>
      <link>https://dev.to/iakashpatel</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iakashpatel"/>
    <language>en</language>
    <item>
      <title>populate crontab using api calls possible ?</title>
      <dc:creator>Akash P.</dc:creator>
      <pubDate>Fri, 26 Apr 2019 06:42:38 +0000</pubDate>
      <link>https://dev.to/iakashpatel/populate-crontab-using-api-calls-possible-a3o</link>
      <guid>https://dev.to/iakashpatel/populate-crontab-using-api-calls-possible-a3o</guid>
      <description>&lt;p&gt;Okay, so i was figuring out and thinking about managing crontab tasks using http api call or something?&lt;/p&gt;

&lt;p&gt;example when i call api /cron/add with body &lt;/p&gt;

&lt;p&gt;{&lt;br&gt;
    command: "echo 'abc'",&lt;br&gt;
    time: "* * * * *"&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;is it possible to implement such thing if yes then can you please give hints about how i can or using which tools i can do that ? &lt;/p&gt;

&lt;p&gt;i have ec2 instance running for crontab tasks but i want them to add/remove automatically using api calls&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
  </channel>
</rss>
