# V2.4.1

Published articles for V2.4.1.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Espressif IDE and What's new in v2.4.0 -- Part 1

DevFeed: [Espressif IDE and What's new in v2.4.0 -- Part 1](<https://devfeed.tech/articles/espressif-ide-and-what-s-new-in-v2-4-0-part-1-13865.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/espressif-ide-and-whats-new-in-v2-4-0-part-1/>)

Author: John Lee

Published: 2022-03-01T00:00:00Z

Content type: release

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [Espressif IDE](<https://devfeed.tech/topics/espressif-ide.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [ide](<https://devfeed.tech/topics/ide.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [bug-fixes](<https://devfeed.tech/tags/bug-fixes.md>), [cmake](<https://devfeed.tech/tags/cmake.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [eclipse](<https://devfeed.tech/tags/eclipse.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [espressif](<https://devfeed.tech/tags/espressif.md>), [espressif-ide](<https://devfeed.tech/tags/espressif-ide.md>), [ide](<https://devfeed.tech/tags/ide.md>), [idf-eclipse-plugin](<https://devfeed.tech/tags/idf-eclipse-plugin.md>), [iot](<https://devfeed.tech/tags/iot.md>), [linux](<https://devfeed.tech/tags/linux.md>), [macos](<https://devfeed.tech/tags/macos.md>), [release](<https://devfeed.tech/tags/release.md>), [v2-4-0](<https://devfeed.tech/tags/v2-4-0.md>), [v2-4-1](<https://devfeed.tech/tags/v2-4-1.md>)

### AI overview

This article introduces Espressif IDE, an Eclipse CDT-based IDE for end-to-end IoT application development with ESP-IDF. It describes the IDE's development, build, configuration, debugging, monitoring, profiling, tracing, chip, and operating-system support, then begins outlining new features and fixes in the v2.4.0/v2.4.1 release.

### Source excerpt

Espressif IDE is an Integrated Development Environment(IDE) based on Eclipse CDT for developing IoT Applications from end to end using the ESP-IDF(IoT Development Framework). It's a standalone, customized IDE built specifically for ESP-IDF. Espressif IDE comes with the latest IDF Eclipse plugins, essential Eclipse CDT plugins, OpenOCD Plugins, and other third-party plugins from the Eclipse platform to support building ESP-IDF applications.

## Vapor: Job Timeouts

DevFeed: [Vapor: Job Timeouts](<https://devfeed.tech/articles/vapor-job-timeouts-3947.md>)

Original publisher: [Read original article](<https://laravel.com/blog/vapor-dealing-with-job-timeouts>)

Author: Mohamed Said

Published: 2020-02-11T13:02:00Z

Content type: article

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Vapor](<https://devfeed.tech/topics/swift-vapor.md>), [Amazon Simple Queue Service (SQS)](<https://devfeed.tech/topics/amazon-simple-queue-service-sqs.md>), [PHP](<https://devfeed.tech/topics/php.md>)

Tags: [php](<https://devfeed.tech/tags/php.md>), [queue](<https://devfeed.tech/tags/queue.md>), [release](<https://devfeed.tech/tags/release.md>), [retention](<https://devfeed.tech/tags/retention.md>), [v2-4-1](<https://devfeed.tech/tags/v2-4-1.md>)

### AI overview

Vapor v2.4.1 fixes timeout handling for long-running queued jobs. It gracefully terminates jobs before AWS Lambda kills them, allowing the queue manager to record attempts and report failures instead of retrying indefinitely until Amazon SQS message retention expires.

### Source excerpt

On February 10th, we've released v2.4.1 of [laravel/vapor-core](https://github.com/laravel/vapor-core). This release includes an important fix for long running queued jobs. Before this fix, long runn...