Context Path Issue #118
Replies: 6 comments 12 replies
-
ok, it will require a fix to solve this issue. |
Beta Was this translation helpful? Give feedback.
-
Can you try version 2.10.0.SNAPSHOT and see if this works for you? |
Beta Was this translation helpful? Give feedback.
-
to
|
Beta Was this translation helpful? Give feedback.
-
Is completed task dashboard is working fine? This will store completed tasks only for 30 minutes and all older tasks should get deleted periodically (every 30 seconds). |
Beta Was this translation helpful? Give feedback.
-
Task remain in Redis for 30 minutes as there's a cleanup job that deletes
competed tasks. That's what's not working for you.
…On Wed, Oct 6, 2021, 4:04 PM utkarsh19467 ***@***.***> wrote:
A happy flow scenario I tested and I can see completed job in that option.
Two three more scenarios I will test and update here. One question here is
that as task remains for 30 minutes in redis or its feature of rqueue??
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#118 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC2FCPSJOM74RFDG4LOBNX3UFQQ3HANCNFSM5FELPTEA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
@utkarsh19467 can you update me so that I can release the new code? |
Beta Was this translation helpful? Give feedback.
-
Hi Sonu,
We were trying to use context path in our Spring Application integrated with rqueue.
When we navigated to
http://localhost:8009/sms/rqueue
we foundWhitelabel Error Page saying 404 error
provided by Spring.We debugged in file
RqueueViewController
, rqueueWebConfig variable was having urlPrefix as/sms/
, which is correct.Please find the error screenshot below:
Please find entries made in application.properties below:
server.servlet.context-path=/sms
rqueue.web.url.prefix=/sms/
We referred this doc fixes section for above configuration. Below is our RqueueDashboardConfig:
We used this config code for Dashboard Config.
Can you please suggest if we are missing something here. Waiting for your response. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions