98 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
53
views
org-agenda-redo affected by evil state hook
I use the code
(add-hook
'evil-insert-state-entry-hook
(lambda ()
(global-hl-line-mode 0)))
(add-hook
'evil-insert-state-exit-hook
(lambda ()
(global-hl-line-mode 1)))
to make it more clear ...
1
vote
1
answer
445
views
React Native - Maximum update depth exceeded using Agenda by react-native-calendars
I'm using the Agenda component from react-native-calendarsinto a react native app.
When i try to use that component i get this error:
Error: Maximum update depth exceeded. This can happen when a ...
0
votes
0
answers
104
views
Warnings when 'org-agenda-include-diary' set in Emacs 30.1 / Org mode 9.7.11
Ubuntu system has just updated Emacs from 29.4 to 30.1, my Org mode agenda now displays multiple Warning lines if org-agenda-include-diary is set. (Org mode version 9.7.11)
⛔ Warning (org-element): ‘...
0
votes
0
answers
62
views
Inifinite loop on updating Google Calendar event by script (trigger issue)
I wrote a script to add tags and modify color of Google Calendar events.
The script :
select some events based on date range
apply some rules on the selected events
The script itself work just fine ...
0
votes
0
answers
59
views
Cron Job not running function
I have a node js controller
const calculateInitialStartTime = (
startDate,
frequency,
timeOfDay,
dayOfWeek,
dayOfMonth
) => {
let initialStart = new Date(startDate);
if (timeOfDay) {
...
1
vote
1
answer
52
views
Using session within agenda.schedule
I'm using agenda.schedule to planify jobs and within a transaction.
The problem is that schedule accept only 3 params and it make a save to the collection, but I cannot pass the session within
const ...
0
votes
0
answers
85
views
Agenda issue when using CosmosDB - agenda:db_init index creation failed
I am using agenda v5.0.0 with MongoDB client. I can establish connectivity but looks like the issue is with creating the index which fails. Bellow is my code structure.
agenda.ts:
import Agenda from '...
0
votes
1
answer
969
views
Why Agenda is not working in my code? not saving jobs
I'm trying to use the agenda package to schedule some tasks in my Nodejs project, But I'm facing some timeout issues related to the agenda package, So my question is how to make the connection ...
1
vote
0
answers
35
views
Multiple job schedules are missing using agenda
I have saved some schedules in the Mongo database. On service start, I get all the schedule details and pass them to the agenda. Currently, 100 jobs need to run 5 mins apart, but some entries are ...
1
vote
0
answers
172
views
Agenda job processing time slower than expected when running multiple jobs concurrently, causing backlog - any solutions?
I'm using the Agenda library for job scheduling in my Node.js application. However, I'm experiencing some unexpected behavior where jobs are scheduled for the wrong time, or not at all when I run a ...
2
votes
1
answer
1k
views
Thunderbird agenda native system notification? [closed]
I've been looking for an answer to this for weeks and figured I might just ask the question directly.
I'm using Thunderbird 102.6.1 on Windows 10. I'm looking to replace the "standard" ...
1
vote
0
answers
100
views
Add event to selected day Calendar Agenda
I am currently learning to build an app with react native expo and javascript. I have my calendar displaying but I can't figure out how to add event to day selected. There will be a button that the ...
1
vote
0
answers
37
views
I'm trying to build System to see all seller weekly income. than nextweek paymentDate need to update but I fail
I'm trying to build an e-commerce app. I got a problem. I want every seller's weekly income. Every week payment data need to update automatically so I used agenda Js. But when my server is restarting ...
0
votes
0
answers
211
views
What is the most efficient Way to Use Agenda in Production
I am using the NodeJS Agenda Scheduler and I wish to know a few things before going to production.
There are 3 scenarios
A User called Peter wants to schedule a Message to be sent by 5PM on the ...
0
votes
0
answers
178
views
Agenda is not working with timeZone of "Asia/Karachi" !! If we set timeZone as "Asia/Karachi" in repeatEvery, it is still taking "UTC" timezone
Is there any way to resolve this issue,
I have created a cron job with repeatEvery, and set timezone as "Asia/Karachi" , timezone updated in database but it is still taking "UTC" ...