# Forge: Removing "beanstalkd"

DevFeed: [Forge: Removing "beanstalkd"](<https://devfeed.tech/articles/forge-removing-beanstalkd-3681.md>)

Original publisher: [Read original article](<https://laravel.com/blog/forge-removal-of-beanstalkd>)

Author: James Brooks

Published: 2020-05-20T13:20:00Z

Content type: release

Language: en

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

Topics: [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Server](<https://devfeed.tech/topics/server.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>)

Tags: [bash](<https://devfeed.tech/tags/bash.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [servers](<https://devfeed.tech/tags/servers.md>)

## AI overview

Forge will stop installing beanstalkd on new servers because the service has caused more provisioning failures and its use among Laravel users has declined following the introduction of tools such as Laravel Horizon. Users can still install beanstalkd manually with a Bash script.

## Source excerpt

Beginning today, Forge will no longer install [beanstalkd](https://beanstalkd.github.io/) on new servers. We have noted an increase in provisioning failures due to the beanstalkd service failing. In...