abdulsamad
abdulsamad
I want to save email content and its data in DB after send. As Mandrill is shutting down its services on 11th Jan 2020 and we are using its API...
## TLS Support in Redis connection ## Connection Code ``` var redisConfig = "rediss://user:secret@url:6379/0?tls=true&connectionName=event_service&socket_keepalive=true"; // Initiating Bull Queue var jobs = new bullQueue('EventService', redisConfig); try{ jobs.add({ body: {some_json}, jobName: 'base_job',...
I am using Joyride 2.1 in angular app and facing problem when I have two different tips on different pages, what actually happens is that the 1st tip works perfectly...
I am facing an error while doing the query on the Snowflake database. I have shared the error, query, and connection parameters I use in Laravel. I am struggling to...