I've built rails app to fetch/scrape data from different resources by running rake tasks. However, I deployed the app to AWS via using Elastic Beanstalk but I am trying to figure out the way how I can automate and schedule the rake tasks on AWS. Any ideas what’s the best tool to do that? I thinking about Data pipeline but many people saying it’s used only for internal tasks, such as database backup and logs. What's your recommendation ?
Is there any AWS tool does the same job as Heroku Scheduler?
898 views Asked by MO. At
1
There are 1 answers
Related Questions in RUBY-ON-RAILS-4
- How to fix error in model with gem lockbox
- POST data then navigate to a new page and persist said data in Rails, without using the database?
- is there a way to write this clean?
- HTML to pdf conversion using wickedpdf with page count
- Can we view PostgreSQL tables in django admin or in rails admin, I saw one day my QA colleague viewing tables from rails admin, was that SQL tables?
- ruby-kafka idle timeout handler to call deliver_messages
- I do not know why I get the following error:uninitialized constant Games Object.const_get(camel_cased_word) ^
- Execute a ruby script in scala or convert logic in scala
- Ruby Version Manager
- Rails Rspec tests only intermittently recognizing polymorphic associations
- Holizontally alighning two sets of data using Prawn in Rails
- Beanstream::InternalServerException: on rails 4.2 using gem "beanstream"
- "Bundle update rails" is failing with multiple dependencies error
- How to fix "Your Ruby version is 3.0.6, but your Gemfile specified 2.6.10" running rake command?
- How to handle the params for accepts_nested_attributes_for for has_many association containing a lot of fields on both associated table
Related Questions in AMAZON-WEB-SERVICES
- S3 integration testing
- How to get content of BLOCK types LAYOUT_TITLE, LAYOUT_SECTION_HEADER and LAYOUT_xx in Textract
- Error **net::ERR_CONNECTION_RESET** error while uploading files to AWS S3 using multipart upload and Pre-Signed URL
- Failed to connect to your instance after deploying mern app on aws ec2 instance when i try to access frontend
- AWS - Tab Schema Conversion don't show up after creating a Migration Project
- Unable to run Bash Script using AWS Custom Lambda Runtime
- Using Amazon managed Prometheus to get EC2 metrics data in Grafana
- AWS Dns record A not navigate to elb
- Connection timed out error with smtp.gmail.com
- AWS Cognito Multi-tenant Integration | Ok to use Client’s Idp?
- Elasticbeanstalk FastAPI application is intermittently not responding to https requests
- Call an External API from AWS Lambda
- Why my mail service api spring isnt working?
- export 'AWSIoTProvider' (imported as 'AWSIoTProvider') was not found in '@aws-amplify/pubsub'
- How to take first x seconds of Audio from a wav file read from AWS S3 as binary stream using Python?
Related Questions in WEB-SCRAPING
- Using Puppeteer to scrape a public API only when the data changes
- Scraping information in a span located under nested span
- How to scrape website which loads json content dynamically?
- How can I find a button element and click on it?
- WebScraping doesnt work, even without error
- Need Help Extracting Redirect URL from a div Element with Specific Class Name in Python Selenium
- beautifulsoup library not showing below #document data inside iframe tag in python
- how to create robust scraper for specific website without updating code after develop?
- Optimizing Selenium script for faster execution
- Parse Dynamic Power BI table with selenium
- How to extract table from webpage that requires click/toggle?
- SSL Certificate Verification Error When Scraping Website and Inserting Data into MongoDB
- Scraping all links using BeautifulSoup
- How do I make it so all arrays are the same length?
- I am getting 'NoneType object is not subscriptable' error in web scraping method
Related Questions in HEROKU-TOOLBELT
- apt file and sql repository error on app deployment in Heroku
- at=info method=GET path="/api/users?username=Aman" host=soshial.herokuapp.com dyno=web.1 connect=0ms status=500
- An error occurred while installing puma (3.4.0), and Bundler cannot continue
- Heroku Login timing out on Win64
- Best way to run multiple package.json build processes with a single Heroku dyno?
- heroku application doesn't appear in google search
- Heroku: Enabling MTLS on postgres... failed! Not Found
- Deploying TelegramBot(Rust) using Heroku
- Heroku Database
- Heroku App is not seeing enviornment variables for Node JS Application
- Can't find module error when publish to heroku
- How to prevent Heroku from installing node modules on every deploy
- Can I clone someone else's heroku app into my Heroku account?
- Application error while deploying on heroku
- How to point a domain at Siteground to an app hosted by Heroku?
Related Questions in AMAZON-DATA-PIPELINE
- How to aggregate documents using optional keys in opensearch data prepper pipeline
- OpenSearch pipeline to convert string to json
- How can I transfer a database from DynamoDB to Aurora PostgreSQL?
- API doesn't support batch/bulk operations
- Mark a AWS data pipeline as succeeded via AWS CLI
- Data pipelines om AWS for high mem (glue, MWAA, step funktions)
- Is aws datapipeline service being deprecated?
- File conversion in AWS
- Options to export selective data from one dynamodb table to another table in same region
- How would you use AWS Data Pipeline, Elastic MapReduce, and Redshift to perform ETL and data warehousing?
- How to connect AWS RDS for SQL Server to ODBC data sources via Linked Server connections?
- Redshift to redshift ongoing sync using AWS data pipeline
- Cannot run AWS Data Pipeline job due to ListObjectsV2 operation: Access Denied
- AWS CDK DataPipeline how to import an existing data pipeline
- AWS Data Pipeline keeps running into FileAlreadyExistsException
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
It is possible to use Amazon data pipeline in this way, however I would not recommend it for several reasons: