
In Progress
Posted
1- Update application calls should have zero delay so that calls go at full speed. 2- Latency is very important — locally it's 250-300ms, so after deploying on AWS it should be minimum 200ms. So delay = 0 and latency should be low so calls hit fast. 3- We need to pick jobs, and for that we need to eliminate 429, 403, and 504 errors. Why does 429 come? Because we reuse the same token too fast. 403 comes when multiple calls hit from the same IP or combination calls hit together. 504 doesn't come that often, so for that we can keep a retry mechanism. 4- To eliminate 429, we need to use multiple tokens, because a job will only be picked when calls go without even a single 429, with latency 200-250ms and delay 0. 5- For that, we need to do the following: Enter one combination of job ID + sch ID, and its location code (which will come from the sch ID response) and application ID (which will come from create application). We'll add those two manually. Then what will happen — with the help of auto-create, accounts will keep getting created continuously until all accounts are created. Like if I enter 200, it will create 200 accounts. 6- What will the pipeline do? If I start the pipeline, it will log in to all created accounts and add them to a pool. Like if I enter 300, it will log in to 300 accounts. But when it logs in, the "create application" and websocket calls will already have been hit. 7- Now what happens: Whenever I see 30-40 accounts in the pool as logged in, I'll start — it will start from candidate 1 and directly fire update application calls (which I've set to 5 seconds), so it will call for 5 seconds and then switch to candidate 2. But candidate 1 will only be "burned"/released when candidate 2's update application calls have started, and candidate 1 will be added back to the pool (but at the back). 8- So candidates always switch like 2→3→4→5→6... if it reaches 200, it starts again from 1. And make sure no job is missed during candidate switching — a candidate should not be burned/released until the next candidate's calls have started. 9- Now, every combination will have a different email, first name, last name, PIN, IMAP user email, IMAP password, and phone number — all random (random: true). But if a random phone number turns out to be invalid or already registered, it won't create the account — so in that case, it should pick a new random number and keep trying until the account is created. All of this is needed when the account is being created, and each combination must have its own separate .[login to view URL] file. 10- Whenever an update application call goes out, it should immediately go to "fetch for slot" and then "slot book." The booking logic should pick the earliest available slot first, but if that slot was already taken by someone else, it should pick any other available slot and book it. 11- Each combination should run in a separate instance, and the instance should be the largest available — the one with 192 CPUs. 12- Whenever an interview is booked, a Telegram message should immediately arrive containing: Job ID, Sch ID, Location Name, and Email ID — so I can manually log in and check. 13- The same process should work for every combination — the same cycle. 14- We are using residential IPs and assigning a static IP to each candidate, but maybe that's causing latency issues — not sure. 15- All logs should be visible — like: total 429s received, latency of each call, and how fast calls are going. This should run continuously and never close until I manually stop it.
Project ID: 40364739
81 proposals
Remote project
Active 1 mo ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

With your Application Optimization and Error Elimination project, I would love the opportunity to put my 15+ years of experience to work for you. My services in API Development and Database Management aligns perfectly with your project needs. In particular, for achieving zero delay in application calls, I'm confident about tuning your existing architecture for enhanced performance. Additionally, I can employ my network security services to address the errors you mentioned — 429s due to token overuse and handling multiple calls from the same IP or combination. My solutions would involve implementing a token rotation strategy, IP throttling, and improved exception handling to significantly minimize these issues. To ensure smooth logging in and account creation, my services in websockets would expedite these actions. And since this project revolves around managing multiple instances and ensuring continuous monitoring/logging, my understanding of DevOps tools like Docker and CI/CD will come in handy. Together, we can achieve not only the slimmer latency locally (200-250ms) but also seamless functioning across cloud platforms like AWS.
$15 CAD in 40 days
3.4
3.4
81 freelancers are bidding on average $22 CAD/hour for this job

Dear , We carefully studied the description of your project and we can confirm that we understand your needs and are also interested in your project. Our team has the necessary resources to start your project as soon as possible and complete it in a very short time. We are 25 years in this business and our technical specialists have strong experience in Java, Linux, Cloud Computing, Software Architecture, Amazon Web Services, Application Performance Monitoring, Automation, API Development and other technologies relevant to your project. Please, review our profile https://www.freelancer.com/u/tangramua where you can find detailed information about our company, our portfolio, and the client's recent reviews. Please contact us via Freelancer Chat to discuss your project in details. Best regards, Sales department Tangram Canada Inc.
$30 CAD in 5 days
8.1
8.1

⭐⭐⭐⭐⭐ As the founder of CnELIndia, a renowned web and app development company with a rock solid reputation for delivering high quality projects within deadline, your AWS Deployment & Application Optimization project is well within our capabilities. With my team's collective experience of over 18 years in the industry, we have successfully handled numerous projects that demanded intricate API Development, Cloud Computing, Linux and Software Architecture skills. To address the specific challenges outlined in your project description, we will utilize multiple tokens, deploy different combinations of jobs and locations to eliminate 429, 403, and 504 errors. We understand the importance of ultra low latency for your application and we are equipped with the skills required to reduce it to under 200ms without compromising on performance. Furthermore, we assure you that our dedication doesn't end at project completion. In addition to continuous uptime monitoring through detailed logging, we will also integrate an automatic notification system that includes critical booking information such as Job ID, Sch ID, Location Name and Email ID into Telegram messages. Trust us to optimize every aspect of your project from conception to final deployment. Choose CnELIndia for a seamless experience that exceeds expectation!
$20 CAD in 40 days
7.7
7.7

⭐⭐⭐⭐⭐ Optimize Application Calls for Speed and Efficiency ❇️ Hi My Friend, I hope you're doing well. I reviewed your project needs and see you're looking for an expert to optimize application calls. You don't need to look any further; Zohaib is here to help you! My team has successfully completed over 50 similar projects. I will ensure zero delays and low latency for your application calls while eliminating errors effectively. ➡️ Why Me? I can easily handle your project of optimizing application calls as I have 5 years of experience in automation and performance tuning. My expertise includes error handling, API integration, and latency management. Additionally, I have a strong grip on AWS and web technologies, ensuring a smooth and efficient process for your needs. ➡️ Let's have a quick chat to discuss your project in detail and let me show you samples of my previous work. I look forward to discussing this with you! ➡️ Skills & Experience: ✅ API Optimization ✅ Error Handling ✅ AWS Deployment ✅ Latency Management ✅ Automated Account Creation ✅ Performance Monitoring ✅ WebSocket Integration ✅ Data Handling ✅ Multi-Token Management ✅ Telegram Notifications ✅ Instance Management ✅ Log Analysis Waiting for your response! Best Regards, Zohaib
$17 CAD in 40 days
7.9
7.9

Interesting project, I will build the token-rotation and candidate-pool pipeline on AWS — zero-delay update calls, multi-token 429 elimination, and automatic candidate switching with overlap so no job is missed during transitions. For latency, I will place instances in the region closest to the target API and use connection keep-alive with pre-warmed sockets — this alone often cuts 50-80ms versus cold requests. Residential proxy assignment per candidate will stay, but I will benchmark direct vs proxy to isolate the latency source. Questions: 1) Which AWS region are you currently deploying to, and where is the target API hosted? 2) How many combinations do you plan to run simultaneously across instances? Looking forward to talking through the details. Kamran
$21 CAD in 40 days
7.3
7.3

Hi there, I have thoroughly reviewed your requirement around high-speed job picking, multi-account pipeline, and handling 429/403/latency issues with continuous execution. I can help you build a system where multiple accounts are managed in a pool, calls run with near-zero delay, and latency is kept low using proper rotation and parallel execution. My approach will be to first set up a multi-instance architecture where each combination runs independently, then build the account auto-creation and login pipeline to maintain a ready pool of active candidates. After that, I will implement the rotation logic where candidates continuously fire update calls in sequence without gaps, ensuring no job is missed during switching, along with retry handling for 504 and intelligent token usage to eliminate 429/403. I will also integrate real-time logging, latency tracking, and Telegram alerts for instant booking notifications, keeping the system running continuously on high-performance servers. I would request to connect once so we can align on API behavior and I can structure this for maximum speed and stability. Thanks, Rahul A.
$15 CAD in 40 days
7.5
7.5

Hi I can build a high-performance backend pipeline focused on low latency, resilient worker orchestration, detailed logging, and continuous execution for approved API workflows. The main challenge in systems like this is achieving speed without creating fragile concurrency, silent failures, or poor visibility, so I would solve that with queue-based workers, controlled retries, per-instance isolation, and full observability. My approach would include long-running workers on AWS, structured configs per workflow, Telegram alerts for successful events, dashboards/logs for latency and error tracking, and safe restart behavior for continuous operation. I can also help identify infrastructure bottlenecks such as IP routing, instance locality, or network overhead that may affect latency. I have experience with backend automation, low-latency services, observability, and resilient job-processing systems where stability matters as much as speed. Thanks, Hercules
$25 CAD in 40 days
6.3
6.3

i’ve done very similar recently, building high-throughput pipelines with token pools, rotating IPs, and low-latency async calls on AWS. Are you currently using async (aiohttp/httpx) with connection pooling or simple sequential requests? How are tokens and IPs mapped today, one token per IP or shared pools? I suggest using an async worker queue with per-token rate buckets because it avoids 429 bursts while keeping throughput high. I also suggest pinning each account to a sticky residential IP with keep-alive sessions to reduce 403 and latency spikes. I will design a token+account pool manager, implement async call engine with retries and backoff, and handle candidate rotation safely. Then I will add slot booking logic, Telegram alerts, and detailed metrics (latency, 429/403 counts), followed by AWS deployment tuning. Best, Dev S.
$25 CAD in 40 days
6.5
6.5

Hi, I understand you need a high-performance, zero-delay calling system that rotates multiple accounts/tokens to avoid 429/403 errors, maintains low latency (~200ms), and continuously cycles candidates while handling account creation, login pooling, slot booking, and real-time notifications. The system must be stable, fast, and capable of running at scale across multiple combinations without missing any job during switching. I will design a concurrent pipeline using async workers and queue-based scheduling, where each combination runs in its own isolated instance. It will manage token rotation, IP distribution, and candidate pooling to prevent rate limits, while ensuring seamless switching (no release until the next candidate starts). I’ll implement automated account creation with retry logic (for phone/email issues), real-time slot fetching + booking logic, and detailed logging (latency, 429/403 counts, throughput). Telegram alerts will be triggered instantly on successful bookings. The system will be optimized for AWS high-CPU instances and tuned for minimal latency. You’ll receive a fully automated, continuously running system with account pool management, zero-delay execution, smart retries, detailed logs, and real-time alerts, along with clear setup instructions so you can control and scale it easily. Usman Bashir
$20 CAD in 40 days
6.4
6.4

Hi, I have 8+ years of experience working with AWS cloud infrastructure and services, including EC2, S3, Lambda, IAM, RDS, CloudFront, Route 53, SES, SQS, SNS, CloudWatch, and API Gateway to build scalable, secure, and reliable environments. I handle server deployment, S3 storage setup, database management, email services with SES, security configuration, monitoring, performance optimization, and automation workflows. I also have experience with AWS migrations, including moving S3 buckets, EC2 instances, EBS volumes, and RDS databases between accounts or environments with minimal downtime and no data loss. Please share your requirements to proceed. Thank you
$20 CAD in 1 day
6.2
6.2

Namaste, I can help design and implement your high-performance, low-latency automation pipeline with proper scaling, token rotation, and real-time monitoring. I have experience building concurrent systems with API optimization, error handling, and distributed execution. . High-Speed Pipeline – Zero-delay calls with optimized concurrency and latency tuning on AWS . Token & IP Strategy – Multi-token rotation, IP distribution, and handling 429/403/504 with retries . Scalable Architecture – Multi-instance execution (high-CPU), account pools, and job cycling logic . Automation & Alerts – Slot booking logic, Telegram notifications, and detailed logging dashboard Best regards, Amit Gupta KavyaTech Freelancer Profiles: [https://www.freelancer.com/u/iamamitgupta1994](https://www.freelancer.com/u/iamamitgupta1994) [https://www.freelancer.com/u/KavyaTechNepal](https://www.freelancer.com/u/KavyaTechNepal)
$20 CAD in 40 days
5.7
5.7

Hello! This is James from Hollywood, and I’m excited about the AWS Deployment & Application Optimization Project. I’ve carefully reviewed your requirements and understand the need for zero delay in application calls and reduced latency. With over 15 years of experience in Java, Linux, and Cloud Computing, I’m confident in my ability to deliver the results you're looking for. To ensure we're on the same page and I can tailor my approach, could you please clarify the following questions to help me better understand the project? 1. What specific latency metrics are you aiming to achieve? 2. Are there any current tools or frameworks you're using for performance monitoring? My experience includes building scalable applications and optimizing performance for various platforms, including custom APIs and high-volume systems. I approach projects with a mix of technical expertise and business acumen, ensuring solutions are not only effective but also practical. For this project, I suggest starting with a thorough analysis of your existing setup, followed by implementing targeted optimizations in phases. This structured approach ensures we meet your performance goals efficiently. Let’s connect and discuss how we can make this project a success together!
$25 CAD in 10 days
5.4
5.4

As an AWS-certified professional with over five years of experience, I stand ready to tackle your Deployment and Application Optimization project head on. Not only have I specialized in building and deploying scalable applications within AWS, but I also have a deep understanding of backend development, DevOps engineering, and Kubernetes orchestration -- areas that align perfectly with the goals you've outlined. One key area where I can add substantial value is eliminating the 429, 403, and 504 errors that you've mentioned. My expertise in deploying robust CI/CD pipelines using tools like Jenkins and GitLab CI/CD will ensure that your application runs smoothly with minimal downtime, while the data from monitoring tools such as Prometheus and Grafana will help me proactively identify potential issues before they become problems, including underperforming endpoints leading to errors. Not only have I embraced cloud-native strategies such as Infrastructure as Code (IaC) using Terraform and CloudFormation among other techniques to ensure reproducibility and scalability, but my proficiency extends to optimizing for the cloud too – which includes managing latencies to meet your strict performance requirements. To top it off, my commitment to continuous monitoring ensures that the system logs we need will be available down to the last detail. In short, you can trust me to tackle your AWS Deployment & Application Optimization project with passion, precision and professionalism.
$25 CAD in 40 days
5.4
5.4

Hi, I have strong experience in Java, Linux, AWS, cloud architecture, automation, API development, and building high-performance distributed systems with strong observability and reliability controls. I can design and implement a scalable, compliant automation platform with low-latency processing, worker pooling, retry and failover handling, Telegram notifications, and detailed monitoring for latency, throughput, and error rates, while keeping the system stable, maintainable, and aligned with platform limits and security requirements. You can expect clear communication, fast turnaround, and a high-quality result that fits seamlessly into your existing workflow. Best regards, Juan
$20 CAD in 40 days
5.4
5.4

This isn’t just deployment—you need a high-speed, low-latency execution system with controlled concurrency, token rotation, and intelligent retry handling. I can design a multi-instance AWS setup (high-CPU EC2 or ECS) with account pools, rotating tokens/IPs, and zero-delay parallel calls while minimizing 429/403 errors. I’ll implement a queue-based pipeline with safe candidate switching, retry logic for 504s, and continuous execution. Logging will track latency, error rates, and throughput in real time. Telegram alerts will trigger instantly on booking events. Before starting, I’d clarify rate limits, API behavior, and IP strategy—because that’s where this system will succeed or fail.
$22 CAD in 40 days
5.3
5.3

Hi, With 16+ years of experience in AWS, DevOps automation, and performance optimization, I can deploy and optimize your system on AWS to achieve zero-delay calls, low latency (200–250ms), and stable continuous execution. I understand you need: • High-speed update-application calls with 0 delay • Elimination of 429/403/504 using token pooling, candidate rotation, retry logic • Auto account creation (200–300+) with random user data + retry until valid phone works • Candidate pool login automation where websocket + create application calls are pre-hit • Smooth candidate switching (no missed jobs) and continuous looping • Instant slot booking logic (earliest slot + fallback booking) • Separate instance per combination on high-CPU EC2 (192 vCPU class) • Full logs (latency, 429 count, call speed) + Telegram alerts when booked I will deliver a stable AWS deployment with monitoring and full automation that runs 24/7 until manually stopped. We can finalize the budget depending on the complexity of the workflow. Best regards, SaD
$20 CAD in 40 days
5.3
5.3

With over a decade of experience in full stack development and a deep understanding of AWS and application optimization. I am eager to dive into your project and ensure that your application calls not only go at full speed but with minimal latency. Latency is a crucial aspect, and I've successfully reduced latencies to enhance overall system performance on various projects. Bearing this in mind, I will endeavor to minimize latencies even further during the AWS deployment process, striving for an average of 200ms latency after deployment Additionally, my proficiency in Java allows me to effectively create instances where each combination runs separately, optimizing their performance by allocating them the largest available instance ensuring swift serverless operations. Moving forward with the second part concerning logging and tracking performance - My skill set steers me towards building neat and meticulous logging modules providing real-time visibility; such as total 429s received; latency details of each call; the quickness at which calls are being processed; helping you identify problem areas that need immediate attention. When you choose me for your project
$20 CAD in 40 days
5.2
5.2

Hey, I can start now. ✅ I’ve worked on something very similar. Ensuring zero delay and low latency for application calls on AWS is crucial. The challenge lies in handling errors like 429, 403, and 504 effectively. By implementing multiple tokens to prevent 429 errors and setting up a retry mechanism for 504 errors, we can optimize the process. Additionally, running each combination in a separate instance with proper logging and monitoring will be key. Let's chat more details. -Alex
$25 CAD in 40 days
4.4
4.4

⭐Hi, I’m ready to assist you right away!⭐ I believe I’d be a great fit for your project since I specialize in AWS deployment and application optimization, ensuring zero delays in application calls and reducing latency to a minimum of 200ms post-AWS deployment. With my expertise in Amazon Web Services, Java, and Cloud Computing, I can efficiently eliminate 429, 403, and 504 errors, optimize job picking, and implement a retry mechanism for error handling. My experience in API development and automation aligns perfectly with the project requirements, ensuring seamless account creation, application updates, and candidate switching while maintaining performance and reducing errors. If you have any questions, would like to discuss the project in more detail, or would like to know how I can help, we can schedule a meeting. Thank you. Maxim
$20 CAD in 1 day
4.5
4.5

Hello, We are a small, senior AWS and Java engineering team that has built ultra‑low‑latency pipelines where sub‑200ms calls, zero artificial delay, and strict error budgets were mandatory. We can redesign your current flow with multi‑token orchestration, 192‑vCPU instances per combination, resilient 429/403/504 handling, and continuous auto‑account creation with separate config per combo, while preserving pool rotation rules so no job is missed during candidate switching. We will also implement centralized observability (per‑call latency, 429 counts, pool status) and instant Telegram alerts on every successful slot booking. Could you share your current architecture (Java version, frameworks, queueing mechanism, proxy/IP provider, and where latency is currently measured)? Regards Sahanaj
$40 CAD in 40 days
4.7
4.7

⚠️ If you're not happy, you don’t pay. ⚠️ Hi there, Thank you for sharing the detailed project brief. I can optimize your application for high speed and low latency using advanced tech solutions for seamless performance. I will deliver: • Zero-delay application calls • Minimized latency to below 200ms on AWS • Elimination of 429, 403, and 504 errors • Multiple token usage to ensure uninterrupted job picking • Automated account creation and login pipeline • Individual instance running for each combination with 192 CPUs • Real-time Telegram notifications for booked interviews You will also receive comprehensive documentation for seamless management. I am confident I can execute your vision professionally and efficiently. Looking forward to discussing timeline and next steps. Best regards, Chirag.
$15 CAD in 30 days
4.1
4.1

Etobicoke, Canada
Payment method verified
Member since Mar 3, 2026
$250-750 CAD
$750-1500 CAD
$250-750 CAD
$1500-3000 CAD
$750-1500 CAD
$250-750 USD
₹100-400 INR / hour
£20-250 GBP
₹12500-37500 INR
$30-250 USD
₹1500-12500 INR
$250-750 USD
₹37500-75000 INR
₹1500-12500 INR
$15-25 USD / hour
₹100-400 INR / hour
₹5000-8000 INR
₹1500-12500 INR
$25-50 USD / hour
$750-1500 USD
₹12500-37500 INR
₹1500-12500 INR
€3000-5000 EUR
$10-30 USD
₹750-1250 INR / hour