Forum Replies Created

Viewing 15 posts - 16 through 30 (of 1,474 total)
  • Author
    Posts
  • Nishit Shan
    Participant
    Post count: 1474

    In addition to my above message, I also want to let you know that I have completed all the improvements I had planned to do from my side.

    Nishit Shan
    Participant
    Post count: 1474

    Hello Andrey,

    I am working on number serach cron functionality. Can you please confirm about any improvement on number search

    Nishit Shan
    Participant
    Post count: 1474

    Hello Andrey,

    Everything will continue to work as it was previously. The only change is that the cron job will now run twice and execute two different function scripts separately. This approach removes the dependency on a single function, helping to reduce the overall execution time and allowing the second script to run without delay.

    For example, consider a list of wildcard entries. Currently, all wildcard entries are processed through a single function for number reservation. In the updated code, each entry will be handled by a separate individual function. This ensures that one entry doesn’t have to wait for the previous one to finish, thereby improving performance and efficiency.

    I hope you understand my point.

    Nishit Shan
    Participant
    Post count: 1474

    Hello Andrey,

    It’s source code addition.

    Nishit Shan
    Participant
    Post count: 1474

    Hello Andrey,

    Yes, you are right. We already have individual cron jobs for ******8888, ******9999, ******7777, and *****000, and I am repeating the same by creating another cron job for each of them. That’s why I’m asking if the admin wants to add more patterns, should we also create individual cron jobs for those as well?

    Nishit Shan
    Participant
    Post count: 1474

    Hello Andrey,

    I have set individual cron jobs for ******8888, ******9999, ******7777, and *****000. Could you please ask the admin if they want individual cron jobs for any other wildcard entries? If so, I will set them up.

    Nishit Shan
    Participant
    Post count: 1474

    Hello Andrey,

    I am still working on the number search, but I noticed that the purchased number has started working now.

    Nishit Shan
    Participant
    Post count: 1474

    Hello Andrey,

    Maybe yes, but it should only affect the notification (email).

    Nishit Shan
    Participant
    Post count: 1474

    Hello Andrey,

    I just want to know if the service provider (Inteliquent) has made any changes to their policies, structure, or anything else that could affect our number purchasing system. Could you please investigate this for me?

    Nishit Shan
    Participant
    Post count: 1474

    Hello Andrey,

    Thanks for your message, I was saying to check Inteliquent dashboard to check reserve number list and see if there is number being reserved for *******000 format.

    Nishit Shan
    Participant
    Post count: 1474

    Hello Andrey,

    I’ve made changes to this number series: https://ibb.co/h1wCRS4m . Please ask the admin to check the Inteliquent dashboard to see if there’s any improvement in the reserved number list. I’m still working—this is just to confirm.

    Nishit Shan
    Participant
    Post count: 1474

    Hello Andrey,

    Thanks for the confirmation. I am proceeding with the second point of the solution.

    Nishit Shan
    Participant
    Post count: 1474

    Hello Andrey,

    I found two possible solutions for number search that might work for our admin:

    1) Run a long-running loop for API calls – but this comes with some risk. Remember, some time ago we started receiving complaints from the service provider, asking us to limit API calls. So, there’s a risk in using this approach.

    2) Use multiple parallel functions for each mask (number format) – currently, only one function is assigned to each mask, but we could assign multiple functions per mask to improve performance. However, I’m not sure whether this would also lead to complaints from the service provider.

    Please feel free to suggest if you have a better approach.

    Nishit Shan
    Participant
    Post count: 1474

    Hello Andrey,

    Update:
    I am still working on the solution for searching the number. I’ve made some changes and am monitoring it for now. The code is functioning correctly, and I can see that it attempts to find the number every second, but I’m not sure why the admin is losing their number.

    Nishit Shan
    Participant
    Post count: 1474

    Hello Andrey,

    Could you please ask the admin to provide the number format in which they are losing the numbers? This will help me investigate further and identify the correct and necessary solution. From what I see, our current code seems sufficient to handle the situation, but if the issue still persists, I may need to explore an out-of-the-box solution.

Viewing 15 posts - 16 through 30 (of 1,474 total)