-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extended delay when run as a service #5
Comments
Dear Bob,
unfortunately the script runs through the existing reminders in order to check / avoid the creation of duplicate reminders. The more items, the longer the check.
If you or anyone else feels inspired to speed up this part, please feel free to contribute. Please look at the commentary in the code for more info.
Cheers,
Moritz
…On 22. Jul 2019, 20:02 +0200, rllguibord ***@***.***>, wrote:
I greatly appreciate the work put into this service by you and by Michael Kummer. Can you shed any light as to why this action exhibits a delay when run as a service that does not exist when run within Automator, or in Script Editor for that matter. I get a 10 to 20 second delay before the dialogue pops up asking for input for reminder delay.
Are you seeing this behavior?
I would appreciate any troubleshooting ideas.
Regards,
Bob G.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Dear Moritz,
Thank you for your reply. I have a follow up: why would the script exhibit this delay when run as an Automator Action or stand-alone script, but not when run within Automator, or in Script Editor?
Regards,
Bob G.
… On Jul 26, 2019, at 7:43 AM, Moritz Regnier ***@***.***> wrote:
Dear Bob,
unfortunately the script runs through the existing reminders in order to check / avoid the creation of duplicate reminders. The more items, the longer the check.
If you or anyone else feels inspired to speed up this part, please feel free to contribute. Please look at the commentary in the code for more info.
Cheers,
Moritz
On 22. Jul 2019, 20:02 +0200, rllguibord ***@***.***>, wrote:
> I greatly appreciate the work put into this service by you and by Michael Kummer. Can you shed any light as to why this action exhibits a delay when run as a service that does not exist when run within Automator, or in Script Editor for that matter. I get a 10 to 20 second delay before the dialogue pops up asking for input for reminder delay.
> Are you seeing this behavior?
> I would appreciate any troubleshooting ideas.
> Regards,
> Bob G.
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#5?email_source=notifications&email_token=AIKUMN2TCNZLLVLGQZ7W4MDQBKMIJA5CNFSM4IF3CKW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD23VDTA#issuecomment-515330508>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AIKUMN4NJWAM76AKQWRSC5TQBKMIJANCNFSM4IF3CKWQ>.
|
If launched in Automator / Script editor the script doesn't actually do all
the checking. The script takes a selected item as its input and then runs
and checks. That this is a reason. [image: pixel]
…On Fri, Jul 26, 2019 at 3:57 PM rllguibord ***@***.***> wrote:
Dear Moritz,
Thank you for your reply. I have a follow up: why would the script exhibit
this delay when run as an Automator Action or stand-alone script, but not
when run within Automator, or in Script Editor?
Regards,
Bob G.
> On Jul 26, 2019, at 7:43 AM, Moritz Regnier ***@***.***>
wrote:
>
> Dear Bob,
>
> unfortunately the script runs through the existing reminders in order to
check / avoid the creation of duplicate reminders. The more items, the
longer the check.
>
> If you or anyone else feels inspired to speed up this part, please feel
free to contribute. Please look at the commentary in the code for more info.
>
> Cheers,
> Moritz
> On 22. Jul 2019, 20:02 +0200, rllguibord ***@***.***>,
wrote:
> > I greatly appreciate the work put into this service by you and by
Michael Kummer. Can you shed any light as to why this action exhibits a
delay when run as a service that does not exist when run within Automator,
or in Script Editor for that matter. I get a 10 to 20 second delay before
the dialogue pops up asking for input for reminder delay.
> > Are you seeing this behavior?
> > I would appreciate any troubleshooting ideas.
> > Regards,
> > Bob G.
> > —
> > You are receiving this because you are subscribed to this thread.
> > Reply to this email directly, view it on GitHub, or mute the thread.
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub <
#5?email_source=notifications&email_token=AIKUMN2TCNZLLVLGQZ7W4MDQBKMIJA5CNFSM4IF3CKW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD23VDTA#issuecomment-515330508>,
or mute the thread <
https://github.com/notifications/unsubscribe-auth/AIKUMN4NJWAM76AKQWRSC5TQBKMIJANCNFSM4IF3CKWQ
>.
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=ACLEOIPOYT64B6Z4OMWL3ILQBL7EVA5CNFSM4IF3CKW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD24VUGI#issuecomment-515463705>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACLEOIKR75U3NO332EIQ2WTQBL7EVANCNFSM4IF3CKWQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I greatly appreciate the work put into this service by you and by Michael Kummer. Can you shed any light as to why this action exhibits a delay when run as a service that does not exist when run within Automator, or in Script Editor for that matter. I get a 10 to 20 second delay before the dialogue pops up asking for input for reminder delay.
Are you seeing this behavior?
I would appreciate any troubleshooting ideas.
Regards,
Bob G.
The text was updated successfully, but these errors were encountered: