Too many simultaneous executions error

4,108 views
Skip to first unread message

Roberto Ferreira

unread,
Feb 2, 2026, 9:38:06 AMFeb 2
to NV Autocrat Add-on
Received the following error "There are too many executions running simultaneously for this Apps Script project at this time", searching for it, looks like there is a daily quota my team exceeded, does this restart at a certain period of time?

Chrisie Jennings

unread,
Feb 2, 2026, 10:08:53 AMFeb 2
to nv-autocr...@googlegroups.com

I did some googling after Roberto mentioned a daily quota being exceeding.  I’m not sure if that’s the case since it’s happening to so many of us, but if it is, I did some google and found a conversation with this person Chris and Joe Schmit (RIP).  Chris ran a script to allow more than any quota.  I am NOT tech savvy enough to even know how to run that script (someone tell me?) but maybe someone can try this script to see if that fixes the problem? 

 

Pic of it:

 

 

 

Pasting of it:

 

function remainingEmails() {

  var emailQuotaRemaining = MailApp.getRemainingDailyQuota();

  SpreadsheetApp.getActiveSpreadsheet()

   .toast("You can send another " + emailQuotaRemaining + " emails using Apps Script today. This limit is set by Google.", "Remaining Emails", 7)

 

}

 

 

Pic of conversation:

 

--
You received this message because you are subscribed to the Google Groups "NV Autocrat Add-on" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nv-autocrat-add...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/nv-autocrat-add-on/3316f5aa-d204-4f3a-973f-7c569711373bn%40googlegroups.com.

Rolando rivera

unread,
Feb 2, 2026, 10:26:49 AMFeb 2
to NV Autocrat Add-on
That's not it. I tried with a new account where I've never used AutoCraft, and it still has the same error,  the daily limit is 100 emails per day. Generating PDFs automatically, however, is unlimited.

Chrisie Jennings

unread,
Feb 2, 2026, 10:30:27 AMFeb 2
to nv-autocr...@googlegroups.com

Thanks for that response.  I know I tried to send over 100 on Friday and had the messages when I got to work this morning.   I hope they figure it out, whomever “they” is!  😊

 

From: nv-autocr...@googlegroups.com <nv-autocr...@googlegroups.com> On Behalf Of Rolando rivera
Sent: Monday, February 2, 2026 9:27 AM
To: NV Autocrat Add-on <nv-autocr...@googlegroups.com>
Subject: Re: [EXTERNAL] [Autocrat Google Group] Too many simultaneous executions error

 

That's not it. I tried with a new account where I've never used AutoCraft, and it still has the same error, the daily limit is 100 emails per day. Generating PDFs automatically, however, is unlimited. El lunes, 2 de febrero de 2026 a la(s) 10:08:53

That's not it. I tried with a new account where I've never used AutoCraft, and it still has the same error,  the daily limit is 100 emails per day. Generating PDFs automatically, however, is unlimited.

 

El lunes, 2 de febrero de 2026 a la(s) 10:08:53a.m. UTC-5, Chrisie Jennings escribió:

I did some googling after Roberto mentioned a daily quota being exceeding.  I’m not sure if that’s the case since it’s happening to so many of us, but if it is, I did some google and found a conversation with this person Chris and Joe Schmit (RIP).  Chris ran a script to allow more than any quota.  I am NOT tech savvy enough to even know how to run that script (someone tell me?) but maybe someone can try this script to see if that fixes the problem? 

 

Pic of it:

 

Image removed by sender.

 

 

Pasting of it:

 

function remainingEmails() {

  var emailQuotaRemaining = MailApp.getRemainingDailyQuota();

  SpreadsheetApp.getActiveSpreadsheet()

   .toast("You can send another " + emailQuotaRemaining + " emails using Apps Script today. This limit is set by Google.", "Remaining Emails", 7)

 

}

 

 

Pic of conversation:

 

Image removed by sender.

 

 

From: nv-autocr...@googlegroups.com <nv-autocr...@googlegroups.com> On Behalf Of Roberto Ferreira
Sent: Monday, February 2, 2026 8:11 AM
To: NV Autocrat Add-on <nv-autocr...@googlegroups.com>
Subject: [EXTERNAL] [Autocrat Google Group] Too many simultaneous executions error

 

Received the following error "There are too many executions running simultaneously for this Apps Script project at this time", searching for it, looks like there is a daily quota my team exceeded, does this restart at a certain period of time?

Received the following error "There are too many executions running simultaneously for this Apps Script project at this time", searching for it, looks like there is a daily quota my team exceeded, does this restart at a certain period of time?

--
You received this message because you are subscribed to the Google Groups "NV Autocrat Add-on" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nv-autocrat-add...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/nv-autocrat-add-on/3316f5aa-d204-4f3a-973f-7c569711373bn%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "NV Autocrat Add-on" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nv-autocrat-add...@googlegroups.com.

Patricia Mayne

unread,
Feb 2, 2026, 10:34:06 AMFeb 2
to NV Autocrat Add-on
I am supporting a coworker who is getting this error with a simple merge, no emails being sent. I don't think it's an email quota issue. 
--------------------------------------------------------------------------------------------------------------
The information contained in this message may be privileged, confidential and protected from disclosure. If the reader of this message is not the intended recipient, an employee of PPPS or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.  If you have received this in error, please notify us immediately by replying to the message and by deleting it from your computer.  

Thank you.

Kristofer Carlson

unread,
Feb 2, 2026, 10:34:07 AMFeb 2
to NV Autocrat Add-on
I'm having the same issue this morning.  Just cleared cache and restarted and it did not work. 

Alexandre LEFEBVRE

unread,
Feb 2, 2026, 10:48:08 AMFeb 2
to nv-autocr...@googlegroups.com
I'm using Autocrat to create slides, not to send email, and it doesn't work.
I don't think it's an email quota issue as well.

David Wallis

unread,
Feb 3, 2026, 10:24:09 AMFeb 3
to NV Autocrat Add-on
Having the same issue.

Ken

unread,
Feb 3, 2026, 11:18:26 AMFeb 3
to NV Autocrat Add-on
I'm guessing the "Too many simultaneous executions" error is due to the app or server not being able to handle all of the users who are trying to use it at the same time. It's a web-based extension and generally, everyone seems to be getting the same repeated errors. I wish it would just work, consistently.

David Wallis

unread,
Feb 3, 2026, 12:08:02 PMFeb 3
to NV Autocrat Add-on
Right after I posted, it started working again.

Nick Palmer

unread,
Feb 3, 2026, 12:45:24 PMFeb 3
to NV Autocrat Add-on
Got this back from Cloudlab....
Hello,

Thank you for your support of Autocrat and for elevating this issue. Our team is aware and we are looking into how to best resolve the error. Our understanding is that because of the large number of Autocrat users that we are hitting a Google quota on the application. We will be reaching out to Google to determine how we extend our quota. We apologize for the inconvenience and will communicate when this issue is resolved!

Thank you for your patience.

Best,
The Cloudlab team

Hex Software

unread,
Feb 4, 2026, 10:54:41 AMFeb 4
to NV Autocrat Add-on

I am facing this prob;lem dear

Julian C Camacho Casallas

unread,
Feb 4, 2026, 1:11:13 PMFeb 4
to NV Autocrat Add-on
I'm having the same issue from yesterday. Any solutions?
AVISO LEGAL : Este mensaje es confidencial, puede contener información privilegiada y no puede ser usado ni divulgado por personas distintas de su destinatario. Si obtiene esta transmisión por error, por favor destruya su contenido y avise a su remitente. esta prohibida su retención, grabación, utilización, aprovechamiento o divulgación con cualquier propósito. Este mensaje ha sido sometido a programas antivirus. No obstante, el BANCO DAVIVIENDA S.A. y sus FILIALES no asumen ninguna responsabilidad por eventuales daños generados por el recibo y el uso de este material, siendo responsabilidad del destinatario verificar con sus propios medios la existencia de virus u otros defectos. El presente correo electrónico solo refleja la opinión de su Remitente y no representa necesariamente la opinión oficial del BANCO DAVIVIENDA S.A. y sus FILIALES o de sus Directivos
Reply all
Reply to author
Forward
0 new messages