简体   繁体   English

当我尝试使用 Laravel 7 live-wire 数据表将超过 100,000 条记录导出到 excel 时,在共享主机上出现 503 服务不可用错误

[英]Getting a 503 service unavailable error on shared hosting when I try to export over 100,000 records to excel using Laravel 7 live-wire data tables

Getting a 503 error on shared when I try to export over 100,000 records to excel on shared hosting using laravel live wire datatables, my localhost, on the other hand, is behaving well.当我尝试使用 laravel live wire 数据表导出超过 100,000 条记录以在共享主机上表现出色时,在共享时出现 503 错误,另一方面,我的本地主机表现良好。 Find attached screenshots of my .user.ini on shared hosting which has similar values with my php.ini file on my localhost and the error screen:在共享主机上找到我的 .user.ini 的附加屏幕截图,它与我的本地主机上的 php.ini 文件和错误屏幕具有相似的值:

.user.ini 文件

503错误画面

I ve been experiencing the same issue with hostgator.我在使用 hostgator 时遇到了同样的问题。 From what i read up this happens when cpu threshold limit is exceeded and the IIS tries to recycle the application pool or there are multiple frequent application crashes.从我读到的,当超过 cpu 阈值限制并且 IIS 尝试回收应用程序池或存在多个频繁的应用程序崩溃时,就会发生这种情况。 So one suggestion is to request the hosting provider to disable rapid fail protection:因此,一个建议是请求托管服务提供商禁用快速故障保护:

check this out 看一下这个

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Laravel 错误 503 服务不可用服务 - Laravel Error 503 Service Unavailable Service 收到错误消息错误503站点将MODX Revolution下载到本地时暂时不可用 - getting error Error 503 Site temporarily unavailable when download MODX revolution live to localhost 我想通过使用 MySQL XAMPP 的 SQL 查询获取 100,000 条记录并保存在一个数组中,但它甚至没有获取 16,000 条记录并停止或显示 - I want to to fetch 100,000 records by an SQL query using MySQL XAMPP and save in an array, but it doesn't even fetch 16,000 and halt or shows 如何解析,排序和打印具有100,000条记录的90MB JSON文件到CSV? - How can I parse, sort, and print a 90MB JSON file with 100,000 records to CSV? Laravel-计划队列在共享主机上返回503错误 - Laravel - Schedule queues returns a 503 error on shared hosting (RockyLinux+PHP+Apache) 获取503服务不可用错误 - (RockyLinux+PHP+Apache) Getting 503 Service Unavailable Error 出现错误 mysqli::real_connect(): (HY000/2002): 当我尝试在实时服务器上访问我的项目时没有这样的文件或目录 - Getting error mysqli::real_connect(): (HY000/2002): No such file or directory when I try to access my project on live server Wordpress - 错误 503 - 服务不可用 - Wordpress - error 503 - service unavailable 用循环和usort读取100,000条数据太慢了 - Reading 100,000 of data with loop and usort is too slow PHP工作正常,但Laravel无法工作,返回503服务不可用 - PHP working but Laravel not, returns 503 Service Unavailable
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM