Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,284
Join Date: Apr 2007
Location: Toronto Canada
Escalations don't occur - 27-04-2007, 01:22 AM

I have set up an escalation process such that a ticket goes overdue in one hour and then is supposed to change departments and owner once it becomes overdue. However, the ticket does not escalate as it is supposed to. It sometimes take anywhere between 3-24 hours for the ticket to escalate. I noticed that the escalation occurs when the scheduled task occurs. If this is correct, how can we change how often the escalation task occurs?
   
Reply With Quote
  (#2) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,529
Join Date: Aug 2006
Location: Mumbai, India
27-04-2007, 08:54 AM

Set a cron/schedule task on your server to execute the file http://www.domain.com/path_to_support/cron/index.php on regular basis. Once set correct escalations will be executed correctly.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#3) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,284
Join Date: Apr 2007
Location: Toronto Canada
28-04-2007, 01:11 AM

I just noticed that my tickets remained "overdue" for almost 24 hours and did not escalate. So what I did was log in as the admin and checked the task log. As soon as I did that it activated the escalation task and then I noticed that the tickets escalated. This seems to be a bug. Can anyone confirm?
   
Reply With Quote
  (#4) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,529
Join Date: Aug 2006
Location: Mumbai, India
28-04-2007, 08:59 AM

No this is not a bug, everytime you log into the Admin CP or the Staff CP the software executes a pseudo cron which executes all the task activated under the Task Manager. This is why all tickets are escalated as soon as you login. To make this process automated you need to set a cron on your server, if on Linux or the Task Scheduler on your Windows server to execute the file http://www.domain.com/path_to_support/cron/index.php on regular basis



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#5) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,284
Join Date: Apr 2007
Location: Toronto Canada
28-04-2007, 07:49 PM

Quote:
Originally Posted by supportskins View Post
No this is not a bug, everytime you log into the Admin CP or the Staff CP the software executes a pseudo cron which executes all the task activated under the Task Manager. This is why all tickets are escalated as soon as you login. To make this process automated you need to set a cron on your server, if on Linux or the Task Scheduler on your Windows server to execute the file http://www.domain.com/path_to_support/cron/index.php on regular basis
Excellent, I will give this a shot and let you know. Thanks for your help.
   
Reply With Quote
  (#6) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,529
Join Date: Aug 2006
Location: Mumbai, India
29-04-2007, 08:51 AM

No problem



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#7) Old
richm Offline
Member
 
richm's Avatar
 
Posts: 387
Join Date: Jan 2007
Location: Orange County, CA
30-04-2007, 02:52 PM

Question,

So do this mean that my regular email task (cron) with wget.exe causes the cron for escalations to run?

D:\eSupportMailProcessing\wget.exe -O nul -a wgetEsupportLog --no-check-certificate "https://support.ourdomain.com/cron/index.php?_t=parser"

It seems like it would cause the cron to run, but I don't want to assume...

Thanks,

Rich


--
Features I need asap:
1) Ticket search in the client portal!
2) Column display in client portal showing clients email address or name
3) Downloads by client
(i.e. - each client has their own download area and can't see/touch downloads for any other client.) This would be on top of a "public" download area.
4) Integrated KB image uploads
The ability for staff to upload images with a KB articles.
Cheers!
   
Reply With Quote
  (#8) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,025
Join Date: Jan 2006
Location: United Kingdom
30-04-2007, 04:14 PM

If you set your cron job to execute index.php only, all cron tasks (that are due for execution) should be scheduled.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#9) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,284
Join Date: Apr 2007
Location: Toronto Canada
01-05-2007, 09:20 PM

So would this http://support.sioraone.com/cron/index.php? activate my pop3 parser as well as my escalations?

Currently I have this:

http://support.sioraone.com/cron/index.php?_t=parser
   
Reply With Quote
  (#10) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,025
Join Date: Jan 2006
Location: United Kingdom
01-05-2007, 10:31 PM

Hi Siora,

http://support.sioraone.com/cron/index.php?

That is correct according to my testing


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#11) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,284
Join Date: Apr 2007
Location: Toronto Canada
01-05-2007, 11:02 PM

Quote:
Originally Posted by Jamie Edwards View Post
Hi Siora,

http://support.sioraone.com/cron/index.php?

That is correct according to my testing
I just tested that but it doesn't parse my emails, it does however perform the escalations.
   
Reply With Quote
  (#12) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,025
Join Date: Jan 2006
Location: United Kingdom
01-05-2007, 11:34 PM

Hi Siora,

It should initiate the POP3/IMAP fetching. Have you made sure to enable the fetching task under Scheduled Tasks?


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#13) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,284
Join Date: Apr 2007
Location: Toronto Canada
02-05-2007, 11:51 AM

Quote:
Originally Posted by Jamie Edwards View Post
Hi Siora,

It should initiate the POP3/IMAP fetching. Have you made sure to enable the fetching task under Scheduled Tasks?
Ummmm...how do I do that? When I go into the admin CP and look under scheduled tasks I see pop3/imap fetching there. Is this what you mean?

Is there a way to change the schedule for these? For example change some of the tasks to occur in 1 minute increments?
   
Reply With Quote
  (#14) Old
Siora Offline
Member
 
Siora's Avatar
 
Posts: 1,284
Join Date: Apr 2007
Location: Toronto Canada
02-05-2007, 12:34 PM

If I run this manually in my web browser:
http://support.sioraone.com/cron/index.php?
Is there supposed to be a message that shows up?

When I run:
http://support.sioraone.com/cron/index.php?_t=parser
I can see how many messages were accepted/rejected etc... but see nothing when I try the first link. Maybe thats why its not working...is that the correct link?
   
Reply With Quote
  (#15) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,025
Join Date: Jan 2006
Location: United Kingdom
02-05-2007, 01:01 PM

Quote:
Originally Posted by Siora View Post
Ummmm...how do I do that? When I go into the admin CP and look under scheduled tasks I see pop3/imap fetching there. Is this what you mean?

Is there a way to change the schedule for these? For example change some of the tasks to occur in 1 minute increments?
There is no way to change the schedule, and if a task is disabled you will see an "Enable" button next to it.

Quote:
If I run this manually in my web browser:
http://support.sioraone.com/cron/index.php?
Is there supposed to be a message that shows up?
No, nothing should show up by my testing (just a 1x1 gif).


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
Reply

Tags
escalations, occur

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46